Click or drag to resize

VisualFormInvalidateNonClient Method (Rectangle, Boolean)

Request the non-client area be repainted.

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 void InvalidateNonClient(
	Rectangle invalidRect,
	bool excludeClientArea
)

Parameters

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