C# 클래스 MCAEmotiv.GUI.Controls.CustomTab

A custom tab which provides a tooltip and is closeable (provided it is used with a custom tab control)
상속: System.Windows.Forms.TabPage
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Closes the tab

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

Raises the tab's closing event

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes the tab

DisposeOfManagedResources ( ) : void

Can be overriden by subclasses to add additional dispose logic

메소드 상세

Close() 공개 메소드

Closes the tab
public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes the tab
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DisposeOfManagedResources() 보호된 메소드

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

RaiseClosingSafe() 공개 메소드

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