StripAmpersands Property (C1SuperTooltipBase)
In This Topic
Gets or sets whether ampersands in the text should be hidden.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("ST.StripAmpersands", "Gets or sets whether ampersands in the text should be hidden.")>
<C1CategoryAttribute("Appearance")>
Public Property StripAmpersands As Boolean
[DefaultValue(false)]
[C1Description("ST.StripAmpersands", "Gets or sets whether ampersands in the text should be hidden.")]
[C1Category("Appearance")]
public bool StripAmpersands {get; set;}
See Also