C# Class MCAEmotiv.GUI.Controls.CustomTab

A custom tab which provides a tooltip and is closeable (provided it is used with a custom tab control)
Inheritance: System.Windows.Forms.TabPage
ファイルを表示 Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Closes the tab

RaiseClosingSafe ( System.Windows.Forms.TabControlCancelEventArgs args ) : void

Raises the tab's closing event

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the tab

DisposeOfManagedResources ( ) : void

Can be overriden by subclasses to add additional dispose logic

Method Details

Close() public method

Closes the tab
public Close ( ) : void
return void

Dispose() protected method

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

DisposeOfManagedResources() protected method

Can be overriden by subclasses to add additional dispose logic
protected DisposeOfManagedResources ( ) : void
return void

RaiseClosingSafe() public method

Raises the tab's closing event
public RaiseClosingSafe ( System.Windows.Forms.TabControlCancelEventArgs args ) : void
args System.Windows.Forms.TabControlCancelEventArgs
return void