CC_ENABLETEMPLATEHANDLE top-level constant

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

The hInstance member identifies a data block that contains a preloaded dialog box template. The system ignores the lpTemplateName member if this flag is specified. This flag is used only to initialize the dialog box.

Implementation

@Deprecated('Use CHOOSECOLOR_FLAGS.CC_ENABLETEMPLATEHANDLE instead')
const CC_ENABLETEMPLATEHANDLE = 0x00000040;