Programming with Reflection
WordBoundaryInclusive property
Syntax |
object.WordBoundaryInclusive |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) 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.
For example, if the character "#" is included in this string, double-clicking on the "T" in "#Monday#Tuesday#Wednesday#" will select "#Tuesday#".
Use WordBoundaryExclusive to specify characters to mark word boundaries if you do not want these characters included as part of the string. The inclusive characters are checked before the exclusive characters.
The default value is "@#$%^&*+<>".