C# 클래스 Trollkit.Titlebar

파일 보기 프로젝트 열기: edibletoaster/Babycastles-Trollkit

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Hide ( IntPtr handle ) : void

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( IntPtr handle ) : void
handle System.IntPtr
리턴 void

프로퍼티 상세

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_DLGFRAME 공개적으로 정적으로 프로퍼티

public static int WS_DLGFRAME
리턴 int