Class PushButtonField
Push button form field for invoking actions (submit, navigation, scripts) when clicked in the PDF viewer.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class PushButtonField : FormField<PushButtonWidget>, IInstanceIdOwner, IStructuralElement, IWidgetCreator<PushButtonWidget>
Constructors
PushButtonField(String)
Create a push button field with the specified fieldName.
Declaration
public PushButtonField(string fieldName)
Parameters
|
System.String
fieldName
The field name. |
Properties
FieldType
Gets the form field type identifier (PushButton) used during export and processing.
Declaration
public override FormFieldType FieldType { get; }
Property Value
|
FormFieldType
|