CC_ENABLETEMPLATE top-level constant

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

The hInstance and lpTemplateName members specify a dialog box template to use in place of the default template. This flag is used only to initialize the dialog box.

Implementation

@Deprecated('Use CHOOSECOLOR_FLAGS.CC_ENABLETEMPLATE instead')
const CC_ENABLETEMPLATE = 0x00000020;