Copyright © 2003-2024 MultiMedia Soft

DoClick method

Previous pageReturn to chapter overviewNext page

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();