windowsforms-devexpress-dot-xtrabars-dot-barmanager-04e7e5ab.md
Gets or sets whether to suppress the specified keyboard key for all editors.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(SuppressKeys.Default)]
[DXCategory("Behavior")]
public SuppressKeys SuppressModifierKey { get; set; }
<DXCategory("Behavior")>
<DefaultValue(SuppressKeys.Default)>
Public Property SuppressModifierKey As SuppressKeys
| Type | Default | Description |
|---|---|---|
| SuppressKeys | Default |
Suppressed modifier keys.
|
Available values:
| Name | Description |
|---|---|
| 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 default editor invokes its drop-down window when a user presses the Alt + Down Arrow combination. Set the SuppressModifierKey to Alt to invoke this window with the Down Arrow key only.
See Also