RichTextHighlightTextBox.Highlight.ApplyHighlight Method
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 Function ApplyHighlight ( _
text As String _
) As String
'Usage
Dim instance As RichTextHighlightTextBox.Highlight
Dim text As String
Dim returnValue As String
returnValue = instance.ApplyHighlight(text)
public string ApplyHighlight(
string text
)
Parameters
- text
Type: System.String
Return Value
Type: System.String
See Also
Reference
RichTextHighlightTextBox.Highlight Class