Microsoft SDK for Java

StatusBar.onMouseDown

Triggers the mouseDown event.

Syntax

protected void onMouseDown( MouseEvent e )

Parameters

e

A MouseEvent object that provides the event data.

Remarks

When overriding this method, call super.onMouseDown.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.