Performs the equivalent of a left mouse button single click on the button. | |
Syntax: | object.Click |
Description: | CimButton.Click provides you with
a way to click on the button without using mouse input. Example The following script excerpt scrolls the first axis forward by one full page: cimOleObj.X(0).ForwardScroll.Full.Click |