C# Class IjwFramework.Ui.PanelHeader

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: chrisforbes/Ijw.Framework

Méthodes publiques

Méthode Description
PanelHeader ( string text ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

PanelHeader() public méthode

public PanelHeader ( string text ) : System
text string
Résultat System