Copyright © 1998-2015 MultiMedia Soft

DoClick method

Previous pageReturn to chapter overviewNext page

Remarks

Use this method to force a click of the button.

Produces the same result as clicking the button with the mouse but without any apparent change on the button and without playing eventual songs set through the SoundDown and SoundUp properties: for this specific features you may use the DoClickFull method.

 

Syntax

Visual Basic

control.DoClick

 

Visual C++

void control.DoClick ();