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

Parameters

cp
Type: System.Windows.FormsCreateParams
Window style parameters.

Return Value

Type: Padding
Border sizing.
See Also