C# Класс MCAEmotiv.GUI.Adaptive.FreeResponseView

Наследование: MCAEmotiv.GUI.Animation.View
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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