FormField Members (Word)
Represents a single form field. The FormField object is a member of the FormFields collection.
Methods
Name |
Description |
---|---|
Copies the specified form field to the Clipboard. |
|
Removes the specified form field from the document and places it on the Clipboard. |
|
Deletes the specified form field. |
|
Selects the specified object. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
True if references to the specified form field are automatically updated whenever the field is exited. Read/write Boolean. |
|
Returns a CheckBox object that represents a check box form field. Read-only. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns a DropDown object that represents a drop-down form field. Read-only. |
|
True if a form field is enabled. Read/write Boolean. |
|
Returns or sets an entry macro name for the specified form field (CheckBox, DropDown, or TextInput). Read/write String. |
|
Returns or sets an exit macro name for the specified form field (CheckBox, DropDown, or TextInput). Read/write String. |
|
Returns or sets the text that's displayed in a message box when the form field has the focus and the user presses F1. Read/write String. |
|
Returns or sets the name of the specified object. Read/write String. |
|
Returns the next form field in the collection. Read-only. |
|
Specifies the source of the text that's displayed in a message box when a form field has the focus and the user presses F1. Read/write Boolean. |
|
Specifies the source of the text that's displayed in the status bar when a form field has the focus. Read/write Boolean. |
|
Returns an Object that represents the parent object of the specified FormField object. |
|
Returns the previous form field in the collection. Read-only. |
|
Returns a Range object that represents the portion of a document that is contained within the form field. |
|
Returns a String that represents the result of the specified form field. Read/write. |
|
Returns or sets the text that is displayed in the status bar when a form field has the focus. Read/write String. |
|
Returns a TextInput object that represents a text form field. |
|
Returns the field type. Read-only WdFieldType. |