Back to Devexpress

SuppressKeys Enum

windowsforms-devexpress-dot-xtraeditors-31908245.md

latest1.3 KB
Original Source

SuppressKeys Enum

Lists modifier keys that you can suppress.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SuppressKeys
vb
Public Enum SuppressKeys

Members

NameDescription
Default

Control for the BarManager.SuppressModifierKey property.

None for the BarEditItem.SuppressModifierKey property.

| | None |

Do not suppress keys.

| | Control |

Suppress the Ctrl key.

| | Alt |

Suppress the Alt key.

|

The following properties accept/return SuppressKeys values:

See Also

DevExpress.XtraEditors Namespace