'Declaration
<AutoFormatEnableAttribute()>
<LocalizableAttribute(True)>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets the pattern used to format menu item texts.")>
<CategoryAttribute("Veri")>
<DefaultValueAttribute()>
Public Property TextFormatString As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.TextFormatString = value
value = instance.TextFormatString
[AutoFormatEnableAttribute()]
[LocalizableAttribute(true)]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the pattern used to format menu item texts.")]
[CategoryAttribute("Veri")]
[DefaultValueAttribute()]
public string TextFormatString {get; set;}
[AutoFormatEnableAttribute()]
[LocalizableAttribute(true)]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets the pattern used to format menu item texts.")]
[CategoryAttribute("Veri")]
[DefaultValueAttribute()]
public:
property String^ TextFormatString {
String^ get();
void set ( String^ value);
}