CF_SHOWHELP top-level constant

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

Causes the dialog box to display the Help button. The hwndOwner member must specify the window to receive the HELPMSGSTRING registered messages that the dialog box sends when the user clicks the Help button.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_SHOWHELP instead')
const CF_SHOWHELP = 0x00000004;