C# 클래스 ComponentFactory.Krypton.Toolkit.DWM

Helper routines for interacting with the Desktop Window Manager.
파일 보기 프로젝트 열기: ComponentFactory/Krypton

공개 메소드들

메소드 설명
ExtendFrameIntoClientArea ( IntPtr hWnd, Padding padding ) : void

Change the distance the frame extends into the client area.

메소드 상세

ExtendFrameIntoClientArea() 공개 정적인 메소드

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.
리턴 void