Click Event

Applies To
Button, Label, RadioButton, Checkbox, ListBox, ComboBox, PictureBox, GroupBox, VideoBox, TextBox, ProgressBar, StatusBar, Grid, TabControl

Description
Occurs when a control is clicked.

Usage

Form_Control_Click (Sender$ As String)  
Sender$
Name of a control that sent the event.

Remarks
The Click event is used to respond to a click on a control by the user. You can use the Sender$ parameter to determine which control sent the event. This is useful when you want to use one function to handle more than one control, such as for radio buttons and check boxes.

See Also
Button, Label, RadioButton, Checkbox, ListBox, ComboBox, PictureBox, GroupBox, VideoBox, ProgressBar, StatusBar

Example

Function frmMain_btnStart_Click(Sender$ As String)  Xqt mainFend