SetSelectionUnderlined Method
In This Topic
Sets the underlined style only for the selected part of the rich text box without modifying the other properties like font or size.
Syntax
'Declaration
Public Function SetSelectionUnderlined( _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As RichTextBoxWrapper
Dim underlined As Boolean
Dim value As Boolean
value = instance.SetSelectionUnderlined(underlined)
public bool SetSelectionUnderlined(
bool
)
Parameters
- underlined
- true to underline selection; false to make it regular
See Also