ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TooltipBase Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (TooltipBase)
    In This Topic
    Gets or sets whether the tooltip contents should be displayed as plain text or as HTML.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsContentHtml As Boolean
    [DefaultValue(true)]
    public bool IsContentHtml {get; set;}
    See Also