Description
This event occurs when the left mouse button is clicked over the the application status bar.
This event occurs when the left mouse button is clicked over the the application status bar.
Syntax
Private Sub object_Click(Pane)
The Click Event syntax has these parts:
Remarks
Pane is set to the McPane object under the mouse if any, Nothing otherwise.
Pane is set to the McPane object under the mouse if any, Nothing otherwise.
|