C# Class ComponentFactory.Krypton.Toolkit.DWM

Helper routines for interacting with the Desktop Window Manager.
Afficher le fichier Open project: ComponentFactory/Krypton

Méthodes publiques

Méthode Description
ExtendFrameIntoClientArea ( IntPtr hWnd, Padding padding ) : void

Change the distance the frame extends into the client area.

Method Details

ExtendFrameIntoClientArea() public static méthode

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.
Résultat void