Constructors
-
Control
Chars() Initializes a new instance of the ControlChars class.
Fields
- Back Represents a backspace character (vbBack).
- Cr Represents a carriage return character (vbCr).
-
Cr
Lf Represents a carriage return/linefeed character combination (vbCrLf). -
Form
Feed Represents a form feed character for print functions (vbFormFeed). - Lf Represents a line feed character (vbLf).
-
New
Line Represents a new line character (vbNewLine). -
Null
Char Represents a null character (vbNullChar). - Quote Represents a double-quote character.
- Tab Represents a tab character (vbTab).
-
Vertical
Tab Represents a vertical tab character (vbVerticalTab).