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:

PartDescription
objectA McStatusBar object.
PaneA McStatusPane object.

McStatusPane* : The status pane under the mouse.


McStatusPane* : The status pane under the mouse.

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.