ClassFieldSwitchToken
Class
Represents a token used to switch between different fields in a document format provider.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Utils
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FieldSwitchToken : FieldToken
Inheritance: objectFieldTokenFieldSwitchToken
Constructors
FieldSwitchToken()
Declaration
cs-api-definition
public FieldSwitchToken()
Properties
Methods
ToString()
Returns a string representation of the current FieldSwitchToken instance.
Declaration
cs-api-definition
public override string ToString()
Returns
A string that describes the FieldSwitchToken instance.
Overrides