Copyright © 1998-2015 MultiMedia Soft

DoClickFull 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 including the visual appearance and eventual sounds set through the SoundDown and SoundUp properties.

 

Syntax

Visual Basic

control.DoClickFull (nMouseDelay as Integer)

 

Visual C++

void control.DoClickFull (short nMouseDelay);

 

 

Parameter

Description

 

 

nMouseDelay

Delay expressed in milliseconds applied between the mouse down and the mouse up simulation