FormField Members

Include Protected Members
Include Inherited Members

Represents a single form field.

The FormField type exposes the following members.

Methods

  Name Description
Public method Copy Copies the specified object to the Clipboard.
Public method Cut Removes the specified object from the document and places it on the Clipboard.
Public method Delete Deletes the specified object.
Public method Select Selects the specified object.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property CalculateOnExit Determines if references to the specified form field are automatically updated whenever the field is exited.
Public property CheckBox Returns a CheckBox object that represents a check box form field.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property DropDown Returns a DropDown object that represents a drop-down form field.
Public property Enabled Determines if a form field is enabled.
Public property EntryMacro Returns or sets an entry macro name for the specified form field (CheckBox, DropDown, or TextInput).
Public property ExitMacro Returns or sets an exit macro name for the specified form field (CheckBox, DropDown, or TextInput).
Public property 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.
Public property Name Returns or sets the name of the specified object.
Public property Next Returns the next object in the collection.
Public property 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.
Public property OwnStatus Specifies the source of the text that's displayed in the status bar when a form field has the focus.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Previous Returns the previous object in the collection.
Public property Range Returns a Range object that represents the portion of a document that's contained in the specified object.
Public property Result Returns a Range object that represents the portion of a document that's contained in the specified object.
Public property StatusText Returns or sets the text that's displayed in the status bar when a form field has the focus.
Public property TextInput Returns a TextInput object that represents a text form field.
Public property Type Returns the field type.

Top

See Also

Reference

FormField Interface

Microsoft.Office.Interop.Word Namespace