C# Class CodeImp.Gluon.DisplayBar

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

Public Methods

Method Description
DisplayBar ( ) : System
GetCoreVisible ( ) : bool
SetupColors ( ColorPalette c ) : void

Protected Methods

Method Description
OnClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetVisibleCore ( bool value ) : void
WndProc ( Message &m ) : void

Method Details

DisplayBar() public method

public DisplayBar ( ) : System
return System

GetCoreVisible() public method

public GetCoreVisible ( ) : bool
return bool

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool value ) : void
value bool
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