Options.ButtonFieldClicks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the number of clicks (either one or two) required to run a GOTOBUTTON or MACROBUTTON field.
public:
property int ButtonFieldClicks { int get(); void set(int value); };
public int ButtonFieldClicks { get; set; }
member this.ButtonFieldClicks : int with get, set
Public Property ButtonFieldClicks As Integer