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: 2024.1.1.0 (2024.1.1.0)
Syntax public static void ExtendFrameIntoClientArea(
IntPtr hWnd,
Padding padding
)
Parameters
- hWnd
- Type: SystemIntPtr
Window handle of form. - padding
- Type: System.Windows.FormsPadding
Distance for each form edge.
See Also