[]
Defines the Tab character mode which describes how to process the Tab character.
public enum TabCharMode
Public Enum TabCharMode
Name | Description |
---|---|
Cut | Cuts the following strings from the first Tab character in copied, cut, and pasted strings. |
Filter | Removes all Tab characters in copied, cut, or pasted strings. |
NoControl | Accepts all Tab characters in copied, cut, or pasted strings. |