NotSupportedField
Represents a not supported field.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class NotSupportedField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldNotSupportedField
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotSupportedField class.
public NotSupportedField()
Initializes a new instance of the NotSupportedField class.
public NotSupportedField(DocumentFragment codeFragment)
The field code represented as DocumentFragment.
Initializes a new instance of the NotSupportedField class.
Fields
Properties
Gets the name of the field type.
public override string FieldTypeName { get; }
Overrides:
Methods
Copies all properties from another field of the same type.
public override void CopyPropertiesFrom(Field fromField)
The other field, which has to be of the same type as the current instance.
Overrides:
Creates a new instance of the current field class.
Gets the code fragment of the field.
protected override DocumentFragment GetCodeFragment()
The code fragment.
Overrides:
Builds the result fragment of the field.
protected override DocumentFragment GetResultFragment()
The result fragment.
Overrides: