C# Class ComponentFactory.Krypton.Toolkit.DWM

Helper routines for interacting with the Desktop Window Manager.
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
ExtendFrameIntoClientArea ( IntPtr hWnd, Padding padding ) : void

Change the distance the frame extends into the client area.

Method Details

ExtendFrameIntoClientArea() public static method

Change the distance the frame extends into the client area.
public static ExtendFrameIntoClientArea ( IntPtr hWnd, Padding padding ) : void
hWnd System.IntPtr Window handle of form.
padding Padding Distance for each form edge.
return void