Click or drag to resize

DWMExtendFrameIntoClientArea Method

Change the distance the frame extends into the client area.

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 void ExtendFrameIntoClientArea(
	IntPtr hWnd,
	Padding padding
)

Parameters

hWnd  IntPtr
Window handle of form.
padding  Padding
Distance for each form edge.
See Also