C# Class LoginSample.Hepler.WindowsHepler

Afficher le fichier Open project: WELL-E/LoginSample

Méthodes publiques

Méthode Description
SetWindowNoBorder ( IntPtr hWnd ) : void

设置窗体为无边框风格

Private Methods

Méthode Description
GetClassLong ( IntPtr hwnd, int nIndex ) : int
GetWindowLong ( IntPtr handle, int style ) : int
SetClassLong ( IntPtr hwnd, int nIndex, int dwNewLong ) : int
SetWindowLong ( IntPtr handle, int oldStyle, Int32 newStyle ) : int

Method Details

SetWindowNoBorder() public static méthode

设置窗体为无边框风格
public static SetWindowNoBorder ( IntPtr hWnd ) : void
hWnd System.IntPtr
Résultat void