C# Class CodeImp.Gluon.DisplayFrame

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetVisibleCore ( bool value ) : void
WndProc ( Message &m ) : void

Method Details

DisplayFrame() public méthode

public DisplayFrame ( ) : System
Résultat System

GetCoreVisible() public méthode

public GetCoreVisible ( ) : bool
Résultat bool

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