The FormText implements the MS Word specific FORMCHECKBOX field. This field must be used in combination with an ApplicationField that should be modified using this adapter.

Syntax

public sealed class FormCheckBox : FormFieldAdapter
Public NotInheritable Class FormCheckBox
  Inherits FormFieldAdapter

Introduced: 15.0.

Constructors

Constructor Description
FormCheckBox Initializes a new instance of the FormText class.

Fields

Field Description
TYPE_NAME Represents the name of the respective field type.
(Inherited from FormFieldAdapter)

Methods

Method Description
ShowDialog Opens the specific field options dialog box.
(Inherited from FormFieldAdapter)

Properties

Property Description
ApplicationField Gets the adapted ApplicationField of the field.
(Inherited from FormFieldAdapter)
Bounds Gets and sets the bounds of the form field.
(Inherited from FormFieldAdapter)
CalcOnExit Gets or sets the CalcOnExit property of the field.
(Inherited from FormFieldAdapter)
Checked Specifies whether the field is checked or not.
Enabled Specifies whether the field is enabled or not.
(Inherited from FormFieldAdapter)
Font Gets and sets the font of the form field.
(Inherited from FormFieldAdapter)
HelpText Gets and sets the help text of the field.
(Inherited from FormFieldAdapter)
ID Gets the ID of the specific field through its adapter.
(Inherited from FormFieldAdapter)
Length Gets the number of characters in a text field through its adapter.
(Inherited from FormFieldAdapter)
Name Gets and sets the name of the form field.
(Inherited from FormFieldAdapter)
Size Specifies the maximum length of the field.
SizeAuto Specifies whether the field is automatically resized or not.
Start Gets the first character position (one-based) of the field through its adapter.
(Inherited from FormFieldAdapter)
StatusText Gets and sets the status text of the field.
(Inherited from FormFieldAdapter)
Text Gets and sets the text of the form field.
(Inherited from FormFieldAdapter)
TypeName Gets the field's type name of the specific field through its adapter.
(Inherited from FormFieldAdapter)