C# Class CodeImp.Gluon.DisplayPanel

Inheritance: System.Windows.Forms.UserControl, IColorable
Show file Open project: DieterKoblenz/LCARS

Public Methods

Method Description
DisplayPanel ( ) : System
OnHide ( ) : void
OnShow ( ) : void
SetupColors ( ColorPalette c ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method 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 method

public DisplayPanel ( ) : System
return System

Dispose() protected method

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

OnHide() public method

public OnHide ( ) : void
return void

OnShow() public method

public OnShow ( ) : void
return void

OnShowFinished() protected method

protected OnShowFinished ( ) : void
return void

SetupColors() public method

public SetupColors ( ColorPalette c ) : void
c ColorPalette
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void