IsContentHtml Property (ErrorTooltip)
In This Topic
Gets or sets whether the tooltip contents should be displayed as plain text or as HTML.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Shadows Property IsContentHtml As System.Boolean
'Usage
Dim instance As ErrorTooltip
Dim value As System.Boolean
instance.IsContentHtml = value
value = instance.IsContentHtml
[System.ComponentModel.DefaultValue(false)]
public new System.bool IsContentHtml {get; set;}
public read-write property IsContentHtml: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public hide function get,set IsContentHtml : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property new System.bool get_IsContentHtml();
public: __property new void set_IsContentHtml(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
new property System.bool IsContentHtml {
System.bool get();
void set ( System.bool value);
}
See Also