CF_APPLY top-level constant

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

Causes the dialog box to display the Apply button. You should provide a hook procedure to process WM_COMMAND messages for the Apply button. The hook procedure can send the WM_CHOOSEFONT_GETLOGFONT message to the dialog box to retrieve the address of the structure that contains the current selections for the font.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_APPLY instead')
const CF_APPLY = 0x00000200;