CC_FULLOPEN top-level constant

  1. @Deprecated('Use CHOOSECOLOR_FLAGS.CC_FULLOPEN instead')
int const CC_FULLOPEN

Causes the dialog box to display the additional controls that allow the user to create custom colors. If this flag is not set, the user must click the Define Custom Color button to display the custom color controls.

Implementation

@Deprecated('Use CHOOSECOLOR_FLAGS.CC_FULLOPEN instead')
const CC_FULLOPEN = 0x00000002;