DoClickFull method |
|
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);
|