Field.DoClick Method

Definition

Clicks the specified field.

public:
 void DoClick();
public void DoClick ();
abstract member DoClick : unit -> unit
Public Sub 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.

Applies to