ColorDialog.setFullOpen

Overview | Methods | This Package | All Packages

ColorDialog.setFullOpen

Sets a boolean value indicating whether the controls used to create custom colors are visible when the dialog box is opened or if the user has to click the Define Custom Colors button to display these controls.

Syntax

public final void setFullOpen( boolean value )

Parameters

value

Set to true if the custom color controls are visible when the dialog box is first opened; set to false if the custom color controls are hidden until the user clicks Define Custom Colors. The default value is false.

See Also   getFullOpen