C# Class IjwFramework.Ui.PanelHeader

Inheritance: System.Windows.Forms.Control
Show file Open project: chrisforbes/Ijw.Framework

Public Methods

Method Description
PanelHeader ( string text ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

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

PanelHeader() public method

public PanelHeader ( string text ) : System
text string
return System