C# Class RoundedForm, code

Inheritance: Form
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
NanoRoundedForm ( )

Méthodes protégées

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

Private Methods

Méthode Description
DrawForm ( object pSender, EventArgs, pE ) : void

Method Details

NanoRoundedForm() public méthode

public NanoRoundedForm ( )

OnLoad() protected méthode

protected OnLoad ( EventArgs, e ) : void
e EventArgs,
Résultat void

OnPaint() protected méthode

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