RichTextHighlightTextBox.Highlight Constructor
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 Sub New ( _
text As String, _
displayText As String, _
description As String, _
style As String, _
mouseOverStyle As String, _
onClickScript As String, _
separator As Char, _
useSeparator As Boolean _
)
'Usage
Dim text As String
Dim displayText As String
Dim description As String
Dim style As String
Dim mouseOverStyle As String
Dim onClickScript As String
Dim separator As Char
Dim useSeparator As Boolean
Dim instance As New RichTextHighlightTextBox.Highlight(text, displayText, _
description, style, mouseOverStyle, _
onClickScript, separator, useSeparator)
public Highlight(
string text,
string displayText,
string description,
string style,
string mouseOverStyle,
string onClickScript,
char separator,
bool useSeparator
)
Parameters
- text
Type: System.String
- displayText
Type: System.String
- description
Type: System.String
- style
Type: System.String
- mouseOverStyle
Type: System.String
- onClickScript
Type: System.String
- separator
Type: System.Char
- useSeparator
Type: System.Boolean
See Also
Reference
RichTextHighlightTextBox.Highlight Class