Options.ButtonFieldClicks Property (Word)

Returns or sets the number of clicks (either one or two) required to run a GOTOBUTTON or MACROBUTTON field. Read/write Long.

Syntax

expression .ButtonFieldClicks

expression A variable that represents a Options object.

Example

This example sets the number of clicks required to run a MACROBUTTON or GOTOBUTTON field to one.

Options.ButtonFieldClicks = 1

See Also

Concepts

Options Object Members

Options Object