C# Class CodeBox.Core.Elements.Character

Inheritance: System.Windows.Controls.Grid
Mostra file Open project: anaimi/codebox Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Character() public method

public Character ( char c ) : System.Collections.Generic
c char
return System.Collections.Generic

HighlightBlue() public method

public HighlightBlue ( ) : void
return void

HighlightYellow() public method

public HighlightYellow ( ) : void
return void

SetState() public method

public SetState ( CharState state ) : void
state CharState
return void

Unhighlight() public method

public Unhighlight ( ) : void
return void