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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Rectangle InnerRectangle(
	Control c
)

Parameters

c
Type: System.Windows.FormsControl
Reference to control.

Return Value

Type: Rectangle
Rectangle in control coordinates.
See Also