C# Class Core.NativeMethods

Afficher le fichier Open project: woodhojuli/Twitstrip

Méthodes publiques

Méthode Description
ShowWindowTopMost ( System Window ) : void

Private Methods

Méthode Description
SetActiveWindow ( IntPtr hWnd ) : bool
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

ShowWindowTopMost() public static méthode

public static ShowWindowTopMost ( System Window ) : void
Window System
Résultat void