C# 클래스 CodeBox.Core.Elements.Character

상속: System.Windows.Controls.Grid
파일 보기 프로젝트 열기: anaimi/codebox 1 사용 예제들

공개 메소드들

메소드 설명
Character ( char c ) : System.Collections.Generic
HighlightBlue ( ) : void
HighlightYellow ( ) : void
SetState ( CharState state ) : void
Unhighlight ( ) : void

비공개 메소드들

메소드 설명
OnDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UpdateState ( ) : void

메소드 상세

Character() 공개 메소드

public Character ( char c ) : System.Collections.Generic
c char
리턴 System.Collections.Generic

HighlightBlue() 공개 메소드

public HighlightBlue ( ) : void
리턴 void

HighlightYellow() 공개 메소드

public HighlightYellow ( ) : void
리턴 void

SetState() 공개 메소드

public SetState ( CharState state ) : void
state CharState
리턴 void

Unhighlight() 공개 메소드

public Unhighlight ( ) : void
리턴 void