Reflection
WordSelectionBoundaryInclusive Property


Returns or specifies 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.
Syntax
'Declaration
 
Property WordSelectionBoundaryInclusive As String
'Usage
 
Dim instance As IScreen
Dim value As String
 
instance.WordSelectionBoundaryInclusive = value
 
value = instance.WordSelectionBoundaryInclusive
string WordSelectionBoundaryInclusive {get; set;}
See Also