'Declaration
<AutoFormatDisableAttribute()>
<CategoryAttribute("Davranış")>
<DefaultValueAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead.")>
Public Overridable Property EncodeHtml As Boolean
'Usage
Dim instance As MenuStrip
Dim value As Boolean
instance.EncodeHtml = value
value = instance.EncodeHtml
[AutoFormatDisableAttribute()]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead.")]
public virtual bool EncodeHtml {get; set;}
[AutoFormatDisableAttribute()]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead.")]
public:
virtual property bool EncodeHtml {
bool get();
void set ( bool value);
}