'Declaration
<AutoFormatEnableAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the menu items can be wrapped.")>
<CategoryAttribute("Yerleşim")>
<DefaultValueAttribute()>
Public Property ItemWrap As Boolean
'Usage
Dim instance As MenuStrip
Dim value As Boolean
instance.ItemWrap = value
value = instance.ItemWrap
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the menu items can be wrapped.")]
[CategoryAttribute("Yerleşim")]
[DefaultValueAttribute()]
public bool ItemWrap {get; set;}
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the menu items can be wrapped.")]
[CategoryAttribute("Yerleşim")]
[DefaultValueAttribute()]
public:
property bool ItemWrap {
bool get();
void set ( bool value);
}