C# Class CodeImp.Gluon.DisplayPanel

Inheritance: System.Windows.Forms.UserControl, IColorable
Afficher le fichier Open project: DieterKoblenz/LCARS

Méthodes publiques

Méthode Description
DisplayPanel ( ) : System
OnHide ( ) : void
OnShow ( ) : void
SetupColors ( ColorPalette c ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShowFinished ( ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListShowControls ( Control basec ) : void
ShowNextControl ( ) : bool
showtimer_Tick ( object sender, EventArgs e ) : void

Method Details

DisplayPanel() public méthode

public DisplayPanel ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnHide() public méthode

public OnHide ( ) : void
Résultat void

OnShow() public méthode

public OnShow ( ) : void
Résultat void

OnShowFinished() protected méthode

protected OnShowFinished ( ) : void
Résultat void

SetupColors() public méthode

public SetupColors ( ColorPalette c ) : void
c ColorPalette
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void