WordSelectionBoundaryExclusive Property
In This Topic
Gets or sets a string of characters that mark the beginning or end of a "word" when using a mouse to select words in the terminal window. These "exclusive" characters are not included in the word that is selected.
Syntax
'Declaration
Property WordSelectionBoundaryExclusive As String
'Usage
Dim instance As IScreen
Dim value As String
instance.WordSelectionBoundaryExclusive = value
value = instance.WordSelectionBoundaryExclusive
string WordSelectionBoundaryExclusive {get; set;}
See Also