CC_ENABLEHOOK top-level constant

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

Enables the hook procedure specified in the lpfnHook member of this structure. This flag is used only to initialize the dialog box.

Implementation

@Deprecated('Use CHOOSECOLOR_FLAGS.CC_ENABLEHOOK instead')
const CC_ENABLEHOOK = 0x00000010;