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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxprotected 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