Cursor style.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[ThemeableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[DefaultValueAttribute(CursorStyleEnum.NotSet)]
public virtual CursorStyleEnum Cursor { get; set; }
Visual Basic (Declaration)
<ThemeableAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<DefaultValueAttribute(CursorStyleEnum.NotSet)> _
Public Overridable Property Cursor As CursorStyleEnum
	Get
	Set

See Also