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
Afficher le fichier Open project: madelson/Emotiv-Experimenter Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the tab

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

Raises the tab's closing event

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes the tab

DisposeOfManagedResources ( ) : void

Can be overriden by subclasses to add additional dispose logic

Method Details

Close() public méthode

Closes the tab
public Close ( ) : void
Résultat void

Dispose() protected méthode

Disposes the tab
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DisposeOfManagedResources() protected méthode

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

RaiseClosingSafe() public méthode

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