C# Class WindowHelper.Win32Window

Inheritance: IWin32Window
Show file Open project: PeterHorsbollMoller/mbWindowHelper Class Usage Examples

Public Methods

Method Description
AddBorder ( ) : void
AddCaptionBar ( ) : void
Close ( ) : void
Maximize ( ) : void
Open ( ) : void
RemoveBorder ( ) : void
RemoveCaptionBar ( ) : void
Restore ( ) : void
Update ( ) : void
UpdateSize ( int width, int height ) : void
Win32Window ( int windowID ) : System

Method Details

AddBorder() public method

public AddBorder ( ) : void
return void

AddCaptionBar() public method

public AddCaptionBar ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Maximize() public method

public Maximize ( ) : void
return void

Open() public method

public Open ( ) : void
return void

RemoveBorder() public method

public RemoveBorder ( ) : void
return void

RemoveCaptionBar() public method

public RemoveCaptionBar ( ) : void
return void

Restore() public method

public Restore ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateSize() public method

public UpdateSize ( int width, int height ) : void
width int
height int
return void

Win32Window() public method

public Win32Window ( int windowID ) : System
windowID int
return System