Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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