Programming with Reflection
WordBoundaryExclusive property
Syntax |
object.WordBoundaryExclusive |
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 "exclusive" characters are not included in the word that is selected.
For example, if the character "\" is included in this string, double-clicking on the "R" in "C:\Reports\January" will select "Reports".
Use WordBoundaryInclusive to specify characters to mark word boundaries if you want these characters included as part of the string. The inclusive characters are checked before the exclusive characters.
The default value is "()[] _.,{}~`-=|\:;"
Notes
This default string includes a space character.