C# Class CodeImp.Gluon.DisplayBar

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

Méthodes publiques

Méthode Description
DisplayBar ( ) : System
GetCoreVisible ( ) : bool
SetupColors ( ColorPalette c ) : void

Méthodes protégées

Méthode 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 méthode

public DisplayBar ( ) : System
Résultat System

GetCoreVisible() public méthode

public GetCoreVisible ( ) : bool
Résultat bool

OnClick() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaintBackground() protected méthode

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

SetVisibleCore() protected méthode

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