'Declaration
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the type of cursor to display when the mouse pointer is over the web control. ")>
<LocalizableAttribute(False)>
<TypeConverterAttribute("DevExpress.Web.Design.CursorConverter, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")>
<AutoFormatEnableAttribute()>
<CategoryAttribute("Görünüm")>
<DefaultValueAttribute()>
Public Overridable Property Cursor As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.Cursor = value
value = instance.Cursor
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the type of cursor to display when the mouse pointer is over the web control. ")]
[LocalizableAttribute(false)]
[TypeConverterAttribute("DevExpress.Web.Design.CursorConverter, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")]
[AutoFormatEnableAttribute()]
[CategoryAttribute("Görünüm")]
[DefaultValueAttribute()]
public virtual string Cursor {get; set;}
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the type of cursor to display when the mouse pointer is over the web control. ")]
[LocalizableAttribute(false)]
[TypeConverterAttribute("DevExpress.Web.Design.CursorConverter, DevExpress.Web.v15.1.Design, Version=15.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a")]
[AutoFormatEnableAttribute()]
[CategoryAttribute("Görünüm")]
[DefaultValueAttribute()]
public:
virtual property String^ Cursor {
String^ get();
void set ( String^ value);
}