C# Class CodeBox.Core.Elements.Character

Inheritance: System.Windows.Controls.Grid
Afficher le fichier Open project: anaimi/codebox Class Usage Examples

Méthodes publiques

Méthode Description
Character ( char c ) : System.Collections.Generic
HighlightBlue ( ) : void
HighlightYellow ( ) : void
SetState ( CharState state ) : void
Unhighlight ( ) : void

Private Methods

Méthode Description
OnDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UpdateState ( ) : void

Method Details

Character() public méthode

public Character ( char c ) : System.Collections.Generic
c char
Résultat System.Collections.Generic

HighlightBlue() public méthode

public HighlightBlue ( ) : void
Résultat void

HighlightYellow() public méthode

public HighlightYellow ( ) : void
Résultat void

SetState() public méthode

public SetState ( CharState state ) : void
state CharState
Résultat void

Unhighlight() public méthode

public Unhighlight ( ) : void
Résultat void