Click or drag to resize

VisualFormOnPaintNonClient Method

Process a windows message that requires the non client area be repainted.

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 bool OnPaintNonClient(
	ref Message m
)

Parameters

m  Message
A Windows-based message.

Return Value

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