C# Class Trollkit.Taskbar

ファイルを表示 Open project: edibletoaster/Babycastles-Trollkit

Private Properties

Property Type Description
FindWindow int
FindWindowEx System.IntPtr
ShowWindow int

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void

Private Methods

Method Description
FindWindow ( string className, string windowText ) : int
FindWindowEx ( IntPtr parentHwnd, IntPtr childAfterHwnd, IntPtr className, string windowText ) : IntPtr
ShowWindow ( IntPtr hwnd, int command ) : int

Method Details

Hide() public static method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( ) : void
return void