Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WordSelectionBoundaryInclusive Property


In This Topic
WordSelectionBoundaryInclusive 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 "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
See Also