C# Class Shellscape.UI.ControlPanel.ControlPanelNavigation

Inheritance: Controls.DoubleBufferedPanel
Afficher le fichier Open project: shellscape/Shellscape.Common

Méthodes publiques

Méthode Description
ControlPanelNavigation ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
DrawBackground ( ) : void

Method Details

ControlPanelNavigation() public méthode

public ControlPanelNavigation ( ) : System
Résultat System

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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

OnSizeChanged() protected méthode

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