ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / StripAmpersands Property

In This Topic
    StripAmpersands Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets whether ampersands in the text should be hidden.
    Syntax
    'Declaration
     
    Public Property StripAmpersands As System.Boolean
    public System.bool StripAmpersands {get; set;}
    Remarks
    Ampersands should be encoded in HTML as '&' or '&'. Ampersands that are not properly encoded will not be hidden.
    See Also