C# 클래스 Octgn.Play.Gui.ChatControl

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: octgn/OCTGN 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NewMessage Action

공개 메소드들

메소드 설명
ChatControl ( ) : System
FocusInput ( ) : void
GameMessageToBlock ( IGameMessage m ) : System.Windows.Documents.Block
MergeArgsv2 ( string format, object arguments ) : Inline
Save ( ) : void

비공개 메소드들

메소드 설명
InputGotFocus ( object sender, RoutedEventArgs e ) : void
InputLostFocus ( object sender, RoutedEventArgs e ) : void
KeyDownHandler ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnPropertyChanged ( string propertyName ) : void
TickMessage ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void

메소드 상세

ChatControl() 공개 메소드

public ChatControl ( ) : System
리턴 System

FocusInput() 공개 메소드

public FocusInput ( ) : void
리턴 void

GameMessageToBlock() 공개 정적인 메소드

public static GameMessageToBlock ( IGameMessage m ) : System.Windows.Documents.Block
m IGameMessage
리턴 System.Windows.Documents.Block

MergeArgsv2() 공개 정적인 메소드

public static MergeArgsv2 ( string format, object arguments ) : Inline
format string
arguments object
리턴 System.Windows.Documents.Inline

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

NewMessage 공개적으로 프로퍼티

public Action NewMessage
리턴 Action