KeyNavigationSettingsShowHighlightingCursor Method

Fires PropertyChanged event with "ShowHighlightingCursor" as a property name.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public virtual void ShowHighlightingCursor()

Remarks

The parent (ToolBar) is subscribed to PropertyChanged event. If PropertyChanged is fired with "ShowHighlightingCursor" as a property name, it will cause the highglighting cursor to displayed.

See Also