Microsoft SDK for Java

Control.onLayout

Triggers the layout event.

Syntax

protected void onLayout( LayoutEvent event )

Parameters

event

A LayoutEvent object that provides the event data.

Remarks

Inheriting controls should override this function to do any custom layout logic. It is not neccessary to call super.onLayout. However, for normal docking and anchoring functions to work, you must call super.onLayout.

See Also   addOnLayout

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