TextInput.Type Property

Returns the type of text form field.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Type As WdTextFormFieldType
    Get
'Usage
Dim instance As TextInput
Dim value As WdTextFormFieldType

value = instance.Type
WdTextFormFieldType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdTextFormFieldType

Remarks

WdTextFormFieldType can be one of these WdTextFormFieldType constants:

wdCalculationText

wdCurrentDateText

wdCurrentTimeText

wdDateText

wdNumberText

wdRegularText

See Also

Reference

TextInput Interface

TextInput Members

Microsoft.Office.Interop.Word Namespace