C# Class MCAEmotiv.GUI.Controls.StimulusClassPanel

A control for creating and configuring stimulus classes
Inheritance: System.Windows.Forms.Panel
Show file Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
StimulusClassPanel ( ) : System

Construct the basic view

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the control

Private Methods

Method Description
BuildView ( ) : void

Method Details

Dispose() protected method

Disposes the control
protected Dispose ( bool disposing ) : void
disposing bool
return void

StimulusClassPanel() public method

Construct the basic view
public StimulusClassPanel ( ) : System
return System