Description
This event occurs when the left mouse button is double-clicked over the the application status bar.
This event occurs when the left mouse button is double-clicked over the the application status bar.
Syntax
Private Sub object_DblClick(Pane)
The DblClick 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.
|