Desktop Functions: Smart Device Functions:
|
Search Results for "MINMAXINFO" in [All]Constants1: WM
private const UInt32 WM_GETMINMAXINFO = 0x0024;
WM_GETMINMAXINFO = &H24
WM_GETMINMAXINFO equ 024h Structures2: MINMAXINFO
Enums3: SystemMetric
/// A window can override this value by processing the WM_GETMINMAXINFO message.
/// A window can override this value by processing the WM_GETMINMAXINFO message.
/// the WM_GETMINMAXINFO message.
/// A window can override this value by processing the WM_GETMINMAXINFO message.
''' Minimum tracking width of a window in pixels. The user cannot drag the window frame to a size smaller than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.
''' Minimum tracking height of a window in pixels. The user cannot drag the window frame to a size smaller than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message
''' Default maximum width of a window that has a caption and sizing borders in pixels. This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.
''' Default maximum height of a window that has a caption and sizing borders in pixels. This metric refers to the entire desktop. The user cannot drag the window frame to a size larger than these dimensions. A window can override this value by processing the WM_GETMINMAXINFO message.
/// The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.
GETMINMAXINFO = 0x0024,
'''The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position or its default minimum or maximum tracking size.
WM_GETMINMAXINFO = &H24
WmGetMinMaxInfo = &H24 |