C# Class CodeImp.Gluon.DisplayCorner

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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateRegion ( ) : void

Method Details

DisplayCorner() public method

public DisplayCorner ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

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