C# Class WpfDataUi.Controls.TextBoxDisplayLogic

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
ConvertStringToUsableValue ( ) : string
RefreshDisplay ( ) : void
TextBoxDisplayLogic ( IDataUi container, TextBox textBox ) : System
TryApplyToInstance ( ) : ApplyValueResult
TryGetValueOnUi ( object &value ) : ApplyValueResult

Private Methods

Méthode Description
GetIfConverterCanConvert ( TypeConverter converter ) : bool
HandlePreviewKeydown ( object sender, System e ) : void
HandleTextBoxGotFocus ( object sender, System e ) : void
HandleTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

ConvertStringToUsableValue() public méthode

public ConvertStringToUsableValue ( ) : string
Résultat string

RefreshDisplay() public méthode

public RefreshDisplay ( ) : void
Résultat void

TextBoxDisplayLogic() public méthode

public TextBoxDisplayLogic ( IDataUi container, TextBox textBox ) : System
container IDataUi
textBox System.Windows.Controls.TextBox
Résultat System

TryApplyToInstance() public méthode

public TryApplyToInstance ( ) : ApplyValueResult
Résultat ApplyValueResult

TryGetValueOnUi() public méthode

public TryGetValueOnUi ( object &value ) : ApplyValueResult
value object
Résultat ApplyValueResult