C# 클래스 WindowHelper.WinAPI

파일 보기 프로젝트 열기: PeterHorsbollMoller/mbWindowHelper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GWL_STYLE int
WS_BORDER int
WS_CAPTION int
WS_CHILD int
WS_DLGFRAME int
WS_MAXIMIZE int
WS_THICKFRAME int

비공개 메소드들

메소드 설명
AttachThreadInput ( IntPtr idAttach, IntPtr idAttachTo, int fAttach ) : IntPtr
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr ProcessId ) : IntPtr
MoveWindow ( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint ) : bool
SetParent ( IntPtr hWndChild, IntPtr hWndParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

프로퍼티 상세

GWL_STYLE 공개적으로 정적으로 프로퍼티

public static int GWL_STYLE
리턴 int

WS_BORDER 공개적으로 정적으로 프로퍼티

public static int WS_BORDER
리턴 int

WS_CAPTION 공개적으로 정적으로 프로퍼티

public static int WS_CAPTION
리턴 int

WS_CHILD 공개적으로 정적으로 프로퍼티

public static int WS_CHILD
리턴 int

WS_DLGFRAME 공개적으로 정적으로 프로퍼티

public static int WS_DLGFRAME
리턴 int

WS_MAXIMIZE 공개적으로 정적으로 프로퍼티

public static int WS_MAXIMIZE
리턴 int

WS_THICKFRAME 공개적으로 정적으로 프로퍼티

public static int WS_THICKFRAME
리턴 int