Click or drag to resize

VisualFormOnWM_GETMINMAXINFO Method

Creates and populates the MINMAXINFO structure for a maximized window. Puts the structure into memory address given by lParam. Only used to process a WM_GETMINMAXINFO message.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnWM_GETMINMAXINFO(
	ref Message m
)

Parameters

m  Message
A Windows-based message.

Return Value

True if the message was processed; otherwise false.
See Also