C# Class WindowHelper.Windows.ClosedWindow

Afficher le fichier Open project: PeterHorsbollMoller/mbWindowHelper

Méthodes publiques

Méthode Description
ClosedWindow ( int windowID ) : System

Constructor.

ClosedWindow ( int windowID, string windowName ) : System

Constructor.

ClosedWindow ( int windowID, string windowName, int windowType ) : System

Constructor.

ClosedWindow ( int windowID, string windowName, int windowType, string restoreStatement ) : System

Constructor.

Restore ( ) : void

Method.

TypeAsString ( ) : string

Method.

Method Details

ClosedWindow() public méthode

Constructor.
public ClosedWindow ( int windowID ) : System
windowID int ID of the Window
Résultat System

ClosedWindow() public méthode

Constructor.
public ClosedWindow ( int windowID, string windowName ) : System
windowID int ID of the Window
windowName string
Résultat System

ClosedWindow() public méthode

Constructor.
public ClosedWindow ( int windowID, string windowName, int windowType ) : System
windowID int ID of the Window
windowName string
windowType int
Résultat System

ClosedWindow() public méthode

Constructor.
public ClosedWindow ( int windowID, string windowName, int windowType, string restoreStatement ) : System
windowID int ID of the Window
windowName string
windowType int
restoreStatement string
Résultat System

Restore() public méthode

Method.
public Restore ( ) : void
Résultat void

TypeAsString() public méthode

Method.
public TypeAsString ( ) : string
Résultat string