ToolBarDisplayCursor Property

Gets or sets a value indicating if graphical Cursor should be displayed below a currently selected Tool.

Definition

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

Property Value

Boolean

Remarks

If DisplayCursor is true then a graphical Cursor is displayed below each selected Tool.

See Also