InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ToolTipSettings Class / StripAmpersands Property

In This Topic
    StripAmpersands Property (ToolTipSettings)
    In This Topic
    Gets or sets whether ampersands in the text should be hidden.
    Syntax
    'Declaration
     
    Public Property StripAmpersands As Boolean
    public 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