C# Class Octgn.Play.Gui.ChatControl

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: octgn/OCTGN Class Usage Examples

Méthodes publiques

Свойство Type Description
NewMessage Action

Méthodes publiques

Méthode Description
ChatControl ( ) : System
FocusInput ( ) : void
GameMessageToBlock ( IGameMessage m ) : System.Windows.Documents.Block
MergeArgsv2 ( string format, object arguments ) : Inline
Save ( ) : void

Private Methods

Méthode Description
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

Method Details

ChatControl() public méthode

public ChatControl ( ) : System
Résultat System

FocusInput() public méthode

public FocusInput ( ) : void
Résultat void

GameMessageToBlock() public static méthode

public static GameMessageToBlock ( IGameMessage m ) : System.Windows.Documents.Block
m IGameMessage
Résultat System.Windows.Documents.Block

MergeArgsv2() public static méthode

public static MergeArgsv2 ( string format, object arguments ) : Inline
format string
arguments object
Résultat System.Windows.Documents.Inline

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

NewMessage public_oe property

public Action NewMessage
Résultat Action