C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / ToolTipSettings Class / StripAmpersands Property

In This Topic
StripAmpersands Property
In This Topic
Gets or sets whether ampersands in the text should be hidden.
Syntax
'Declaration
 
Public Property StripAmpersands As System.Boolean
 
Remarks
Ampersands should be encoded in HTML as '&' or '&'. Ampersands that are not properly encoded will not be hidden.
See Also