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

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

Méthodes publiques

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

Method Details

IntTextBoxControl() public méthode

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

Render() public méthode

public Render ( ) : void
Résultat void

_textBox_LostFocus() public méthode

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