FieldSwitchToken
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:
C#
public class FieldSwitchToken : FieldToken
Inheritance: objectFieldTokenFieldSwitchToken
Constructors
C#
public FieldSwitchToken()
Properties
Methods
Returns a string representation of the current FieldSwitchToken instance.
C#
public override string ToString()
A string that describes the FieldSwitchToken instance.
Overrides: