ColorDialog.setAllowFullOpen

Overview | Methods | This Package | All Packages

ColorDialog.setAllowFullOpen

Sets a boolean value indicating whether the user can use the dialog box to define custom colors.

Syntax

public final void setAllowFullOpen( boolean value )

Parameters

value

Set to true if the user can define custom colors; otherwise, set to false. If the user cannot define custom colors, the Define Custom Colors button in the dialog box is disabled, and the user cannot access the custom colors controls in the dialog box. The default value is true.

Remarks

For a code example using this method, see the ColorDialog control topic.

See Also   getAllowFullOpen