C# Class Rsdn.LocUtil.Pane

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Pane ( ) : System

Méthodes protégées

Méthode Description
OnEnter ( EventArgs e ) : void

OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void

See Control.OnLayout

OnLeave ( EventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

Method Details

OnEnter() protected méthode

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

OnLayout() protected méthode

See Control.OnLayout
protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnLeave() protected méthode

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

OnPaint() protected méthode

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

Pane() public méthode

public Pane ( ) : System
Résultat System