StatusBar.setSizingGrip

Overview | Methods | This Package | All Packages

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