WordSelectionBoundaryInclusive 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 "inclusive" characters are included as part of the word that is selected.
string WordSelectionBoundaryInclusive {get; set;}
'Declaration
Property WordSelectionBoundaryInclusive As String
'Usage
Dim instance As IScreen
Dim value As String
instance.WordSelectionBoundaryInclusive = value
value = instance.WordSelectionBoundaryInclusive