C# Class SystemEx.Windows.Forms.FormFooter

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FormFooter ( ) : System

Méthodes protégées

Méthode Description
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

FormFooter() public méthode

public FormFooter ( ) : System
Résultat System

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaint() protected méthode

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