C# Class WindowHelper.Windows.ClosedWindow

Mostrar archivo Open project: PeterHorsbollMoller/mbWindowHelper

Public Methods

Method 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 method

Constructor.
public ClosedWindow ( int windowID ) : System
windowID int ID of the Window
return System

ClosedWindow() public method

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

ClosedWindow() public method

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

ClosedWindow() public method

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

Restore() public method

Method.
public Restore ( ) : void
return void

TypeAsString() public method

Method.
public TypeAsString ( ) : string
return string