KeyNavigationSettingsHighlightedToolIndex Property

Gets or sets the index of highlited tool.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int HighlightedToolIndex { get; set; }

Property Value

Int32

Remarks

A tool will only be highlighted if KeyNavigation is turned on.

See Also