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