Share via


Field.DoClick Method

Clicks the specified field.

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

Syntax

'Declaration
Sub DoClick
'Usage
Dim instance As Field

instance.DoClick()
void DoClick()

Remarks

If the field is a GOTOBUTTON field, this method moves the insertion point to the specified location or selects the specified bookmark. If the field is a MACROBUTTON field, this method runs the specified macro. If the field is a HYPERLINK field, this method jumps to the target location.

See Also

Reference

Field Interface

Field Members

Microsoft.Office.Interop.Word Namespace