Share via


FormField Object Members

Word Developer Reference

Represents a single form field. The FormField object is a member of the FormFields collection.

Methods

  Name Description
Bb257600.methods(en-us,office.12).gif Copy Copies the specified form field to the Clipboard.
Bb257600.methods(en-us,office.12).gif Cut Removes the specified form field from the document and places it on the Clipboard.
Bb257600.methods(en-us,office.12).gif Delete Deletes the specified form field.
Bb257600.methods(en-us,office.12).gif Select Selects the specified object.

Properties

  Name Description
Bb257600.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257600.properties(en-us,office.12).gif CalculateOnExit True if references to the specified form field are automatically updated whenever the field is exited. Read/write Boolean.
Bb257600.properties(en-us,office.12).gif CheckBox Returns a CheckBox object that represents a check box form field. Read-only.
Bb257600.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257600.properties(en-us,office.12).gif DropDown Returns a DropDown object that represents a drop-down form field. Read-only.
Bb257600.properties(en-us,office.12).gif Enabled True if a form field is enabled. Read/write Boolean.
Bb257600.properties(en-us,office.12).gif EntryMacro Returns or sets an entry macro name for the specified form field (CheckBox, DropDown, or TextInput). Read/write String.
Bb257600.properties(en-us,office.12).gif ExitMacro Returns or sets an exit macro name for the specified form field (CheckBox, DropDown, or TextInput). Read/write String.
Bb257600.properties(en-us,office.12).gif HelpText 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.
Bb257600.properties(en-us,office.12).gif Name Returns or sets the name of the specified object. Read/write String.
Bb257600.properties(en-us,office.12).gif Next Returns the next form field in the collection. Read-only.
Bb257600.properties(en-us,office.12).gif OwnHelp 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.
Bb257600.properties(en-us,office.12).gif OwnStatus Specifies the source of the text that's displayed in the status bar when a form field has the focus. Read/write Boolean.
Bb257600.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified FormField object.
Bb257600.properties(en-us,office.12).gif Previous Returns the previous form field in the collection. Read-only.
Bb257600.properties(en-us,office.12).gif Range Returns a Range object that represents the portion of a document that is contained within the form field.
Bb257600.properties(en-us,office.12).gif Result Returns a String that represents the result of the specified form field. Read/write.
Bb257600.properties(en-us,office.12).gif StatusText Returns or sets the text that is displayed in the status bar when a form field has the focus. Read/write String.
Bb257600.properties(en-us,office.12).gif TextInput Returns a TextInput object that represents a text form field.
Bb257600.properties(en-us,office.12).gif Type Returns the field type. Read-only WdFieldType.