Click or drag to resize

VisualFormInvalidateNonClient Method (Rectangle, Boolean)

Request the non-client area be repainted.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected void InvalidateNonClient(
	Rectangle invalidRect,
	bool excludeClientArea
)

Parameters

invalidRect
Type: System.DrawingRectangle
Area to invalidate.
excludeClientArea
Type: SystemBoolean
Should client area be excluded.
See Also