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

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

Public Methods

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

Method Details

IntTextBoxControl() public method

public IntTextBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System
idName string
memory QLMemory
isComputed bool
return System

Render() public method

public Render ( ) : void
return void

_textBox_LostFocus() public method

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