Button
The Button control is used to trigger an action (for example, open a Micromine Geobank object or execute a process) when clicked on by the user.
Properties
Key properties of Button include:
- Content (Text label). What is displayed on the button; which can include text and/or images.
- Name. A name which uniquely identifies the button so that it is easy to reference in a VB or C# script.
Events
Key events associated with a Button include:
- Click. A VB or C# script can be configured for execution when a button is clicked with the mouse.
For information on configuring buttons to perform an action, see: Trigger an action from a button click event
Information on the properties and events for the Button control is available from the link to Microsoft® Documentation.