C# Class DeeShell.Functions

Afficher le fichier Open project: pravin/deeshell

Méthodes publiques

Méthode Description
GetActiveTasks ( ) : ArrayList

Gets a list of Active Tasks

HideTaskBar ( ) : void

Hides the Windows Taskbar

MakeNewDesktopArea ( ) : void

Resizes the Desktop area to our shells' requirements

RestoreDesktopArea ( ) : void

Restores the Desktop area

ShowTaskBar ( ) : void

Show the Windows Taskbar

Method Details

GetActiveTasks() public static méthode

Gets a list of Active Tasks
public static GetActiveTasks ( ) : ArrayList
Résultat System.Collections.ArrayList

HideTaskBar() public static méthode

Hides the Windows Taskbar
public static HideTaskBar ( ) : void
Résultat void

MakeNewDesktopArea() public static méthode

Resizes the Desktop area to our shells' requirements
public static MakeNewDesktopArea ( ) : void
Résultat void

RestoreDesktopArea() public static méthode

Restores the Desktop area
public static RestoreDesktopArea ( ) : void
Résultat void

ShowTaskBar() public static méthode

Show the Windows Taskbar
public static ShowTaskBar ( ) : void
Résultat void