TreeView for WinForms | ComponentOne
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
     
    
    <C1CategoryAttribute("Appearance")>
    <C1DescriptionAttribute("ST.StripAmpersands", "Gets or sets whether ampersands in the text should be hidden.")>
    <DefaultValueAttribute(False)>
    Public Property StripAmpersands As Boolean
    [C1Category("Appearance")]
    [C1Description("ST.StripAmpersands", "Gets or sets whether ampersands in the text should be hidden.")]
    [DefaultValue(false)]
    public bool StripAmpersands {get; set;}
    Remarks
    Ampersands should be encoded in HTML as '&amp;' or '&#38;'. Ampersands that are not properly encoded will not be hidden.
    See Also