Xceed SmartUI for WinForms v3.6 Documentation
Cursor Property (SmartItem)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItem Class : Cursor Property
Gets or sets the cursor that is displayed when the mouse pointer is over the SmartItem.
Syntax
'Declaration
 
<DescriptionAttribute("The cursor that is displayed when the mouse pointer is over the SmartItem.")>
<CategoryAttribute("Appearance")>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(True)>
<LocalizableAttribute(False)>
Public Property Cursor As Cursor
'Usage
 
Dim instance As SmartItem
Dim value As Cursor
 
instance.Cursor = value
 
value = instance.Cursor
[Description("The cursor that is displayed when the mouse pointer is over the SmartItem.")]
[Category("Appearance")]
[Browsable(true)]
[MergableProperty(true)]
[Localizable(false)]
public Cursor Cursor {get; set;}

Property Value

A Cursor object that represents the cursor to display when the mouse pointer is over the SmartItem.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartItem Class
SmartItem Members