Microsoft SDK for Java

ColorDialog.setSolidColorOnly

Sets a boolean value indicating whether the dialog box displays only solid colors in the set of basic colors or whether it also offers colors that are composites of other colors.

Syntax

public final void setSolidColorOnly( boolean value )

Parameters

value

Set to true if users can select only solid colors; set to false if the user can select composite colors in addition to solid colors. The default value is false.

See Also   getSolidColorOnly

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