C# Class MCAEmotiv.GUI.UserControlVocab.FreeResponseView

Inheritance: MCAEmotiv.GUI.Animation.View
ファイルを表示 Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Properties

Property Type Description
textBox System.Windows.Forms.TextBox

Public Methods

Method Description
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.

Method Details

FreeResponseView() public method

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

FreeResponseView() public method

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

Property Details

textBox public_oe property

public TextBox,System.Windows.Forms textBox
return System.Windows.Forms.TextBox