FormField.TextInput Property 

Returns a TextInput object that represents a text form field.

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

Usage

Dim formField1 As FormField

Dim returnValue As TextInput
returnValue = formField1.TextInput

Syntax

ReadOnly Property TextInput() As TextInput
TextInput TextInput {get;}
property TextInput^ TextInput{
    TextInput^ get();
}
public TextInput get_TextInput();
function get TextInput() : TextInput;

Remarks

If the TextInput property is applied to a FormField object that isn't a drop-down form field, the property won't fail, but the Valid property for the returned object will be False.

Use the Result property with the FormField object to return or set the contents of a TextInput object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FormField Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

FormField Members