'Declaration
<DefaultValueAttribute()>
<AutoFormatUrlPropertyAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the path to a sprite image.")>
<CategoryAttribute("Images")>
<UrlPropertyAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<LocalizableAttribute(False)>
<AutoFormatEnableAttribute()>
Public Property SpriteImageUrl As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.SpriteImageUrl = value
value = instance.SpriteImageUrl
[DefaultValueAttribute()]
[AutoFormatUrlPropertyAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the path to a sprite image.")]
[CategoryAttribute("Images")]
[UrlPropertyAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[LocalizableAttribute(false)]
[AutoFormatEnableAttribute()]
public string SpriteImageUrl {get; set;}
[DefaultValueAttribute()]
[AutoFormatUrlPropertyAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the path to a sprite image.")]
[CategoryAttribute("Images")]
[UrlPropertyAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.UrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[LocalizableAttribute(false)]
[AutoFormatEnableAttribute()]
public:
property String^ SpriteImageUrl {
String^ get();
void set ( String^ value);
}