C# Class CustomChrome.FormChrome

Inheritance: FormComponent
Exibir arquivo Open project: pvginkel/CustomChrome Class Usage Examples

Private Properties

Property Type Description
UpdateFormRegion void
UpdateWindowState void

Public Methods

Method Description
BeginUpdate ( ) : void
EndUpdate ( ) : void
FormChrome ( ) : System
FormChrome ( IContainer container ) : System
Invalidate ( ) : void
PaintNonClientArea ( ) : void
PointToClient ( Point location ) : Point

Protected Methods

Method Description
OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
OnNonClientMouseLeave ( EventArgs e ) : void
OnNonClientMouseMove ( MouseEventArgs e ) : void
OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
OnSystemCommand ( SystemCommandEventArgs e ) : void

Private Methods

Method Description
UpdateFormRegion ( ) : void
UpdateWindowState ( ) : void

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

FormChrome() public method

public FormChrome ( ) : System
return System

FormChrome() public method

public FormChrome ( IContainer container ) : System
container IContainer
return System

Invalidate() public method

public Invalidate ( ) : void
return void

OnNonClientAreaPaint() protected method

protected OnNonClientAreaPaint ( NonClientPaintEventArgs e ) : void
e NonClientPaintEventArgs
return void

OnNonClientMouseDown() protected method

protected OnNonClientMouseDown ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
return void

OnNonClientMouseLeave() protected method

protected OnNonClientMouseLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnNonClientMouseMove() protected method

protected OnNonClientMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnNonClientMouseUp() protected method

protected OnNonClientMouseUp ( NonClientMouseEventArgs e ) : void
e NonClientMouseEventArgs
return void

OnSystemCommand() protected method

protected OnSystemCommand ( SystemCommandEventArgs e ) : void
e SystemCommandEventArgs
return void

PaintNonClientArea() public method

public PaintNonClientArea ( ) : void
return void

PointToClient() public method

public PointToClient ( Point location ) : Point
location Point
return Point