C# Class CodeImp.Gluon.DisplayArrow

Inheritance: DisplayUserControl, IColorable
Show file Open project: DieterKoblenz/LCARS

Public Methods

Method Description
DisplayArrow ( ) : System
SetupColors ( ColorPalette c ) : void

Protected Methods

Method Description
OnResize ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
UpdateRegion ( ) : void

Method Details

DisplayArrow() public method

public DisplayArrow ( ) : System
return System

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
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