'Declaration
<CategoryAttribute("Images")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a common image displayed by all the root menu items.")>
<AutoFormatEnableAttribute()>
Public ReadOnly Property ItemImage As DevExpress.Web.MenuItemImageProperties
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.MenuItemImageProperties
value = instance.ItemImage
[CategoryAttribute("Images")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a common image displayed by all the root menu items.")]
[AutoFormatEnableAttribute()]
public DevExpress.Web.MenuItemImageProperties ItemImage {get;}
[CategoryAttribute("Images")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the settings of a common image displayed by all the root menu items.")]
[AutoFormatEnableAttribute()]
public:
property DevExpress.Web.MenuItemImageProperties^ ItemImage {
DevExpress.Web.MenuItemImageProperties^ get();
}