C# Class WindowHelper.Windows.Window

Mostrar archivo Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Public Methods

Method Description
Clone ( ) : void

Method.

Close ( ) : void

Method.

Close ( bool interactive ) : void

Method.

IsDocumentWindow ( ) : bool
IsMadeDockable ( ) : bool

Method.

Method.

IsOpen ( ) : bool

Method.

IsSpecialWindow ( ) : bool
MakeDockable ( ) : void

Method.

Maximize ( ) : void

Method.

Minimize ( ) : void

Method.

Open ( ) : void

Method.

ResetName ( ) : void

Method.

Restore ( ) : void

Method.

SetFront ( ) : void

Method.

ToString ( ) : string

Method.

TypeAsString ( ) : string

Method.

Update ( ) : void

Method.

Window ( int windowID ) : System

Constructor.

Window ( int windowID, string windowName ) : System

Constructor.

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

Constructor.

Method Details

Clone() public method

Method.
public Clone ( ) : void
return void

Close() public method

Method.
public Close ( ) : void
return void

Close() public method

Method.
public Close ( bool interactive ) : void
interactive bool
return void

IsDocumentWindow() public method

public IsDocumentWindow ( ) : bool
return bool

IsMadeDockable() public method

Method. Method.
public IsMadeDockable ( ) : bool
return bool

IsOpen() public method

Method.
public IsOpen ( ) : bool
return bool

IsSpecialWindow() public method

public IsSpecialWindow ( ) : bool
return bool

MakeDockable() public method

Method.
public MakeDockable ( ) : void
return void

Maximize() public method

Method.
public Maximize ( ) : void
return void

Minimize() public method

Method.
public Minimize ( ) : void
return void

Open() public method

Method.
public Open ( ) : void
return void

ResetName() public method

Method.
public ResetName ( ) : void
return void

Restore() public method

Method.
public Restore ( ) : void
return void

SetFront() public method

Method.
public SetFront ( ) : void
return void

ToString() public method

Method.
public ToString ( ) : string
return string

TypeAsString() public method

Method.
public TypeAsString ( ) : string
return string

Update() public method

Method.
public Update ( ) : void
return void

Window() public method

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

Window() public method

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

Window() public method

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