C# Class CodeImp.Gluon.DisplayArrow

Inheritance: DisplayUserControl, IColorable
Afficher le fichier Open project: DieterKoblenz/LCARS

Méthodes publiques

Méthode Description
DisplayArrow ( ) : System
SetupColors ( ColorPalette c ) : void

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
UpdateRegion ( ) : void

Method Details

DisplayArrow() public méthode

public DisplayArrow ( ) : System
Résultat System

OnResize() protected méthode

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