Click or drag to resize

DockingHelperInnerRectangle Method

Find the inner space that occupied by the edge docking controls.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Rectangle InnerRectangle(
	Control c
)

Parameters

c  Control
Reference to control.

Return Value

Rectangle
Rectangle in control coordinates.
See Also