'Declaration
<CategoryAttribute("Veri")>
<TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within menu items.")>
<AutoFormatDisableAttribute()>
<DefaultValueAttribute()>
<LocalizableAttribute(False)>
Public Property ImageUrlField As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.ImageUrlField = value
value = instance.ImageUrlField
[CategoryAttribute("Veri")]
[TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within menu items.")]
[AutoFormatDisableAttribute()]
[DefaultValueAttribute()]
[LocalizableAttribute(false)]
public string ImageUrlField {get; set;}
[CategoryAttribute("Veri")]
[TypeConverterAttribute("System.Web.UI.Design.DataSourceViewSchemaConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the name of a data field (or an xml element's attribute) which provides URLs for images displayed within menu items.")]
[AutoFormatDisableAttribute()]
[DefaultValueAttribute()]
[LocalizableAttribute(false)]
public:
property String^ ImageUrlField {
String^ get();
void set ( String^ value);
}