DWMExtendFrameIntoClientArea Method |
Change the distance the frame extends into the client area.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void ExtendFrameIntoClientArea(
IntPtr hWnd,
Padding padding
)
Parameters
- hWnd IntPtr
- Window handle of form.
- padding Padding
- Distance for each form edge.
See Also