C# Class Trollkit.Titlebar

ファイルを表示 Open project: edibletoaster/Babycastles-Trollkit

Public Properties

Property Type Description
GWL_STYLE int
WS_BORDER int
WS_CAPTION int
WS_DLGFRAME int

Public Methods

Method Description
Hide ( IntPtr handle ) : void

Private Methods

Method Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Method Details

Hide() public static method

public static Hide ( IntPtr handle ) : void
handle System.IntPtr
return void

Property Details

GWL_STYLE public_oe static_oe property

public static int GWL_STYLE
return int

WS_BORDER public_oe static_oe property

public static int WS_BORDER
return int

WS_CAPTION public_oe static_oe property

public static int WS_CAPTION
return int

WS_DLGFRAME public_oe static_oe property

public static int WS_DLGFRAME
return int