Click or drag to resize

CommonHelperGetWindowRealNCMargin Method

Gets the size of the borders requested by the real window.

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#
public static Padding GetWindowRealNCMargin(
	CreateParams cp
)

Parameters

cp  CreateParams
Window style parameters.

Return Value

Padding
Border sizing.
See Also