VisualFormOnPaintNonClient Method |
Process a windows message that requires the non client area be repainted.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual bool OnPaintNonClient(
ref Message m
)
Parameters
- m Message
- A Windows-based message.
Return Value
BooleanTrue if the message was processed; otherwise false.
See Also