Click or drag to resize

MonitorInfoWmGetMinMaxInfo Method

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.

Namespace:  Cauldron
Assembly:  Cauldron.Win32.MonitorInfo (in Cauldron.Win32.MonitorInfo.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void WmGetMinMaxInfo(
	IntPtr windowHandle,
	IntPtr lParam
)

Parameters

windowHandle
Type: SystemIntPtr
The handle of the window displayed by the monitor
lParam
Type: SystemIntPtr
Additional message-specific information
See Also