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