Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the picture is a bitmap, metafile, or icon.
short GetType( );
Return Value
A value indicating the type of the picture. Possible values and their meanings are as follows:
Value |
Meaning |
|---|---|
PICTYPE_UNINITIALIZED |
CPictureHolder object is unititialized. |
PICTYPE_NONE |
CPictureHolder object is empty. |
PICTYPE_BITMAP |
Picture is a bitmap. |
PICTYPE_METAFILE |
Picture is a metafile. |
PICTYPE_ICON |
Picture is an icon. |
Requirements
Header: afxwin.h