C# Class Trollkit.Taskbar

Afficher le fichier Open project: edibletoaster/Babycastles-Trollkit

Private Properties

Свойство Type Description
FindWindow int
FindWindowEx System.IntPtr
ShowWindow int

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( ) : void

Private Methods

Méthode 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 méthode

public static Hide ( ) : void
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void