C# Class QL.Interpreter.Controls.Input.StringTextBoxControl

Inheritance: InputControl
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
Render ( ) : void
StringTextBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
_textBox_LostFocus ( object sender, RoutedEventArgs e ) : void

Method Details

Render() public méthode

public Render ( ) : void
Résultat void

StringTextBoxControl() public méthode

public StringTextBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
idName string
memory QLMemory
isComputed bool
Résultat System.Windows

_textBox_LostFocus() public méthode

public _textBox_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void