Gets the settings of cursor which is used to highlight the tools if KeyNavigation is turned on.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public CursorSettings HighlightingCursor { get; }
Visual Basic (Declaration)
Public ReadOnly Property HighlightingCursor As CursorSettings
Visual C++
public:
property CursorSettings^ HighlightingCursor {
	CursorSettings^ get ();
}

See Also