ControlChars Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ControlChars type exposes the following members.

Fields

  Name Description
Public fieldStatic member Back When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member Cr When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member CrLf When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member FormFeed When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member Lf When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member NewLine When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member NullChar When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member Quote When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member Tab When you call print and display functions, you can use the following constants in your code in place of the actual values.
Public fieldStatic member VerticalTab When you call print and display functions, you can use the following constants in your code in place of the actual values.

Top