RichTextHighlightTextBox.Highlight.Separator Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Separator As Char
Get
Set
'Usage
Dim instance As RichTextHighlightTextBox.Highlight
Dim value As Char
value = instance.Separator
instance.Separator = value
public char Separator { get; set; }
Property Value
Type: System.Char
See Also
Reference
RichTextHighlightTextBox.Highlight Class