Overview of VBA for Graphic controls
This book is the VBA Language Reference to script graphic controls, including the Grid control, the Alarm viewer, the Log viewer, the Trend viewer and the Map control.
To manipulate graphic control objects, you must know the relationships among them. The highest level object is Application. All other objects are subordinate to it, so you can use the Application object's properties and methods to access the subordinate objects. The graphic control objects are members of the Graphics collection for a mimic.
The object tree is shown below. You can click on an object's name to open its Help topic.
Graphic Objects is a generic term referring to all drawing object classes (Shape, Text etc.).
The Form control objects are also visible in the VBA Object Browser along with their properties, methods and events AIComboBox, AIListBox, AICheckBoxList, AIOptionButtonList, and AITreeView.