C# 클래스 MCAEmotiv.GUI.UserControlVocab.FreeResponseView

상속: MCAEmotiv.GUI.Animation.View
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
textBox System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
FreeResponseView ( ) : System

Construct a view with the given options

FreeResponseView ( IViewResult &result ) : System

Construct a view with the given options and with inline retrieval of the result.

메소드 상세

FreeResponseView() 공개 메소드

Construct a view with the given options
public FreeResponseView ( ) : System
리턴 System

FreeResponseView() 공개 메소드

Construct a view with the given options and with inline retrieval of the result.
public FreeResponseView ( IViewResult &result ) : System
result IViewResult
리턴 System

프로퍼티 상세

textBox 공개적으로 프로퍼티

public TextBox,System.Windows.Forms textBox
리턴 System.Windows.Forms.TextBox