Button

The Button control is used to trigger an action (for example, open a Micromine Geobank object or execute a process) when clicked by the user.

Properties

Key properties of Button include:

  • Content (Text label). What is displayed on the button.
  • Name. A name which uniquely identifies the button so that it is easy to reference in a Python Script.

Events

Key events associated with a Button include:

  • Click. A Python script can be configured for execution when a button is clicked with the mouse.

See: Trigger an action from a button click event

Button Wizard

An action may also be triggered by selecting Run Wizard from the button’s drop-down menu in the Form Designer.

See: Trigger an action with the Button Wizard