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

Inheritance: InputControl
Show file Open project: software-engineering-amsterdam/poly-ql

Public Methods

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

Method Details

Render() public method

public Render ( ) : void
return void

StringTextBoxControl() public method

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

_textBox_LostFocus() public method

public _textBox_LostFocus ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void