WindowOptions
Defines the behavior of a window.
Elements
Name | Value | Description |
---|---|---|
IMAQ_WIND_RESIZABLE | 1 | When present, the user may resize the window interactively. When absent, you can only resize the window programmatically. |
IMAQ_WIND_TITLEBAR | 2 | When present, the title bar on the window is visible. When absent, the title bar on the window is not visible. |
IMAQ_WIND_CLOSEABLE | 4 | When present, the close box is available. When absent, the close box is removed. The title bar must be present for this flag to have effect. |
IMAQ_WIND_TOPMOST | 8 | When present, the window is always on top. When absent, the window is on top only when active. |
IMAQ_WINDOW_OPTIONS_SIZE_GUARD | 0xFFFFFFFF | Reserved |