IsContentHtml Property (ErrorTooltip)
In This Topic
Gets or sets whether the tooltip contents should be displayed as plain text or as HTML.
Syntax
'Declaration
Public Shadows Property IsContentHtml As Boolean
public new bool IsContentHtml {get; set;}
See Also