event Click ()
Occurs when the user presses and then releases the left mouse button over the control.

 TypeDescription 
Use the Click event to notify your application that user clicks the button. Also, the Click event is fired if the user releases the SPACE key while the button has the focus. Use the KeyDown event to avoid changing the button's State while user presses the SPACE key ( handle the KeyDown event and pass 0 to KeyCode parameter ). If your Windows scheme swifts the  left button with the right button the Click event is fired when user releases the right mouse button over the control. Use the Click event to change the button's State when the button's Mode property is exCustom.


Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.