Microsoft SDK for Java

StatusBar.setSizingGrip

Sets a boolean value indicating whether the status bar has a sizing grip on its right side, which the user can drag to resize the status bar.

Syntax

public void setSizingGrip( boolean value )

Parameters

value

Set to true if the status bar has a sizing grip; otherwise, set to false. The default value is true.

See Also   getSizingGrip

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