IWhiteSpace Interface
Definition
Represents properties of "invisible" characters, such as spaces and tabs, in the control's text content.
Syntax
public interface IWhiteSpace : IUpdate
Properties
EofString | When implemented by a class, represents one character string that specifies end of file. |
EofSymbol | When implemented by a class, gets or sets character that specifies end of file. |
EolString | When implemented by a class, represents one character string that specifies end of line. |
EolSymbol | When implemented by a class, gets or sets character that specifies end of line. |
LongSpaceSymbol | When implemented by a class, gets or sets character that introduces special symbol to paint instead of the long space character. |
SpaceString | When implemented by a class, represents one character string that introduces special symbol to paint instead of the space character. |
SpaceSymbol | When implemented by a class, gets or sets character that introduces special symbol to paint instead of the space character. |
SymbolColor | When implemented by a class, gets or sets color used to paint special symbols. |
TabString | When implemented by a class, represents one character string that introduces special symbol to paint instead of the tab character. |
TabSymbol | When implemented by a class, gets or sets character that introduces special symbol to paint instead of the tab character. |
Visible | When implemented by a class, gets or sets a value indicating whether white space symbols are visible in the control's text content. |
WordWrapString | When implemented by a class, represents one character string that specifies wrapped file. |
WordWrapSymbol | When implemented by a class, gets or sets character that specifies wrapped line. |
Methods
Assign(IWhiteSpace) | When implemented by a class, copies the contents from another |
ResetEofSymbol() | When implemented by a class, resets the |
ResetEolSymbol() | When implemented by a class, resets the |
ResetSpaceSymbol() | When implemented by a class, resets the |
ResetSymbolColor() | When implemented by a class, resets the |
ResetTabSymbol() | When implemented by a class, resets the |
ResetVisible() | When implemented by a class, resets the |
ResetWordWrapSymbol() | When implemented by a class, resets the |