DoClick method |
|
Remarks Use this method to force a click of a button based control. The same action is done performing a click with the left mouse button over the control area.
Syntax
[Visual Basic] Public Sub DoClick()
[C#] public void DoClick();
[C++] public: void DoClick();
|