ToolBarCursor Property

Gets or sets information about cursor.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public CursorSettings Cursor { get; }

Property Value

CursorSettings

Remarks

Cursor is displayed instead of Selected image if property DisplayCursor is true.

See Also