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

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

공개 메소드들

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

메소드 상세

IntTextBoxControl() 공개 메소드

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

Render() 공개 메소드

public Render ( ) : void
리턴 void

_textBox_LostFocus() 공개 메소드

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