C# Class CodeImp.Gluon.DisplayFrame

Inheritance: System.Windows.Forms.Panel, IColorable, IVisibleInfo
Mostrar archivo Open project: DieterKoblenz/LCARS

Public Methods

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

Protected Methods

Method Description
SetVisibleCore ( bool value ) : void
WndProc ( Message &m ) : void

Method Details

DisplayFrame() public method

public DisplayFrame ( ) : System
return System

GetCoreVisible() public method

public GetCoreVisible ( ) : bool
return bool

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