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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnWM_GETMINMAXINFO(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
A Windows-based message.

Return Value

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