SS_ENHMETAFILE top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_ENHMETAFILE instead')
int const SS_ENHMETAFILE

An enhanced metafile is to be displayed in the static control.

The text is the name of a metafile. An enhanced metafile static control has a fixed size; the metafile is scaled to fit the static control's client area.

Implementation

@Deprecated('Use STATIC_STYLES.SS_ENHMETAFILE instead')
const SS_ENHMETAFILE = 0x0000000F;