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;}
See Also