Description: | Generated when the left mouse button is clicked on the control or an equivalent event occurs. | ||||
CheckBox | Mouse left button is clicked on the control. Space bar is pressed when the control has focus. | ||||
CommandButton |
Note that if UnacceptableDefault property is True, the Click event is not generated when the ENTER key is pressed. | ||||
MenuItem | Mouse left button is clicked on the control. | ||||
OptionButton |
Only generated when the button enters the selected state. Not generated by a click that puts the button in the unselected state. | ||||
Tab |
Note that the Click event is only generated when the page is changed - it is not generated if the BeforeClick event prevents the page changing. | ||||
Table | Mouse left button is clicked on the control. The position of the cell that was clicked is in the ClickRow and ClickColumn properties. | ||||
Others | Mouse left button is clicked on the control. | ||||
Used in controls: | Animation CheckBox ComboBox CommandButton FileList FolderList | Frame Graph GroupBox Image ListBox | ListView MCI OptionButton ProgressIndicator Slider | StaticText Tab Table TextBox TreeView | |
Used in objects: | Form | MenuItem | |||
Parameters: | |||||
Form and | None. | ||||
Others | [VT_I4 - IndexS9(9) COMP-5] | ||||
Description of parameters: | Index: When the control is part of an array, Index contains the control's index in the array. |