C# Class Trollkit.Titlebar

Afficher le fichier Open project: edibletoaster/Babycastles-Trollkit

Méthodes publiques

Свойство Type Description
GWL_STYLE int
WS_BORDER int
WS_CAPTION int
WS_DLGFRAME int

Méthodes publiques

Méthode Description
Hide ( IntPtr handle ) : void

Private Methods

Méthode Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int

Method Details

Hide() public static méthode

public static Hide ( IntPtr handle ) : void
handle System.IntPtr
Résultat void

Property Details

GWL_STYLE public_oe static_oe property

public static int GWL_STYLE
Résultat int

WS_BORDER public_oe static_oe property

public static int WS_BORDER
Résultat int

WS_CAPTION public_oe static_oe property

public static int WS_CAPTION
Résultat int

WS_DLGFRAME public_oe static_oe property

public static int WS_DLGFRAME
Résultat int