Programming with Reflection
CopyTrailingSpaces property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection will copy the character spaces trailing a selection when text is copied to the Clipboard. When this property is False, Reflection does not copy trailing spaces to the Clipboard. When it is True, Reflection includes trailing spaces in text copied to the clipboard
For example, when this property is True, Reflection will include the trailing spaces (shown by number signs) when this text is copied to the Clipboard:
Trailing spaces appear after these lines of text;###
the number signs represent character spaces.###
The default value is False.