IMAGE
Jump to navigation
Jump to search
IMAGE widgets are used to display images of different formats from internal as well as from external memory.
| IMAGE | |
|---|---|
| Receives focus | No |
| Skinnable | No |
| OwnerDraw | No |
| Uses Memory Devices | No |
| Attached widgets | None |
Notification codes
The following events are sent from an IMAGE widget to its parent window as part of a WM_NOTIFY_PARENT message:
| Message | Description |
|---|---|
| WM_NOTIFICATION_CLICKED | IMAGE has been clicked. |
| WM_NOTIFICATION_RELEASED | IMAGE has been released. |
| WM_NOTIFICATION_MOVED_OUT | IMAGE has been clicked and pointer has been moved out of the IMAGE widget without releasing. |
Keyboard reaction
The widget can not gain the input focus and does not react on keyboard input.
