CF_NOSIZESEL top-level constant

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

When using a structure to initialize the dialog box controls, use this flag to prevent the dialog box from displaying an initial selection for the Font Size combo box. This is useful when there is no single font size that applies to the text selection.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOSIZESEL instead')
const CF_NOSIZESEL = 0x00200000;