Share via


FormField.EntryMacro Property

Returns or sets an entry macro name for the specified form field (CheckBox, DropDown, or TextInput).

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

Syntax

'Declaration
Property EntryMacro As String
    Get
    Set
'Usage
Dim instance As FormField
Dim value As String

value = instance.EntryMacro

instance.EntryMacro = value
string EntryMacro { get; set; }

Property Value

Type: System.String

Remarks

The entry macro runs when the form field gets the focus.

See Also

Reference

FormField Interface

FormField Members

Microsoft.Office.Interop.Word Namespace