'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;}