C# 클래스 QL.Interpreter.Controls.Input.StringTextBoxControl

상속: InputControl
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
Render ( ) : void
StringTextBoxControl ( string idName, QLMemory memory, bool isComputed = false ) : System.Windows
_textBox_LostFocus ( object sender, RoutedEventArgs e ) : void

메소드 상세

Render() 공개 메소드

public Render ( ) : void
리턴 void

StringTextBoxControl() 공개 메소드

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

_textBox_LostFocus() 공개 메소드

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