WordSelectionBoundaryExclusive Property
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.
string WordSelectionBoundaryExclusive {get; set;}
'Declaration
Property WordSelectionBoundaryExclusive As String
'Usage
Dim instance As IScreen
Dim value As String
instance.WordSelectionBoundaryExclusive = value
value = instance.WordSelectionBoundaryExclusive