Class CombTextBoxField
Represents a text field which restricts its text input to equally spaced character positions.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class CombTextBoxField : TextField, IInstanceIdOwner, IWidgetCreator<VariableContentWidget>
Constructors
CombTextBoxField(String)
Initializes a new instance of CombTextBoxField class.
Declaration
public CombTextBoxField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
FieldType
Gets the field type.
Declaration
public override FormFieldType FieldType { get; }
Property Value
FormFieldType
|
Overrides
MaxLengthOfInputCharacters
Gets or sets the max length of the input characters.
Declaration
public int MaxLengthOfInputCharacters { get; set; }
Property Value
System.Int32
|