C# Class Core.NativeMethods

Mostrar archivo Open project: woodhojuli/Twitstrip

Public Methods

Method Description
ShowWindowTopMost ( System Window ) : void

Private Methods

Method 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 method

public static ShowWindowTopMost ( System Window ) : void
Window System
return void