TextInput.Type 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 the type of text form field.
public:
property Microsoft::Office::Interop::Word::WdTextFormFieldType Type { Microsoft::Office::Interop::Word::WdTextFormFieldType get(); };
public Microsoft.Office.Interop.Word.WdTextFormFieldType Type { get; }
member this.Type : Microsoft.Office.Interop.Word.WdTextFormFieldType
Public ReadOnly Property Type As WdTextFormFieldType
Property Value
Remarks
WdTextFormFieldType can be one of these WdTextFormFieldType constants:
wdCalculationText
wdCurrentDateText
wdCurrentTimeText
wdDateText
wdNumberText
wdRegularText