Tao.Platform.Windows SDK Documentation

User.ShowWindow Method 

[Visual Basic]
Public Shared Function ShowWindow( _
   ByVal hWnd As IntPtr, _
   ByVal nCmdShow As Integer _
) As Boolean
[C#]
public static bool ShowWindow(
   IntPtr hWnd,
   int nCmdShow
);

See Also

User Class | Tao.Platform.Windows Namespace