FormField Interface 

Represents a single form field.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ormFieldImplementation
    Implements FormField
End Class
Dim ormFieldImplementation1 As New ormFieldImplementation()

Syntax

Public Interface FormField
public interface FormField
public interface class FormField
public interface FormField
public interface FormField

Remarks

The FormField object is a member of the FormFields collection.

Use FormFields(index), where index is a bookmark name or index number, to return a single FormField object.

The index number represents the position of the form field in the selection, range, or document.

Use the Add method with the FormFields object to add a form field.

Use the CheckBox, DropDown, and TextInput properties with the FormField object to return the CheckBox, DropDown, and TextInput objects.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

FormField Members