FormField.TextInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TextInput object that represents a text form field.
public:
property Microsoft::Office::Interop::Word::TextInput ^ TextInput { Microsoft::Office::Interop::Word::TextInput ^ get(); };
public Microsoft.Office.Interop.Word.TextInput TextInput { get; }
member this.TextInput : Microsoft.Office.Interop.Word.TextInput
Public ReadOnly Property TextInput As TextInput
Property Value
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.