CF_ENABLETEMPLATE top-level constant

  1. @Deprecated('Use CHOOSEFONT_FLAGS.CF_ENABLETEMPLATE instead')
int const CF_ENABLETEMPLATE

Indicates that the hInstance and lpTemplateName members specify a dialog box template to use in place of the default template.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_ENABLETEMPLATE instead')
const CF_ENABLETEMPLATE = 0x00000010;