Skip to main content
A newer version of this page is available. .
Bar

BarManager.UseF10KeyForMenu Property

Gets or sets whether the main menu is activated when the F10 key is pressed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public bool UseF10KeyForMenu { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the main menu is activated when the F10 key is pressed; otherwise, false.

Remarks

When this property is set to true and the F10 key is pressed the first menu item within the main menu is activated.

See Also