C# Class NClass.GUI.TabBar

Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Private Properties

Свойство Type Description
ClearTabs void
CreateTabs void
DrawCloseIcon void
DrawTabs void
InitializeComponent void
IsOverClosingSign bool
MoveTab void
PickTab Tab
UpdateTexts void
contextMenu_Opening void
docManager_ActiveDocumentChanged void
docManager_DocumentAdded void
docManager_DocumentMoved void
docManager_DocumentRemoved void
mnuCloseAllButThis_Click void
mnuCloseAll_Click void
mnuClose_Click void

Méthodes publiques

Méthode Description
TabBar ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFontChanged ( EventArgs e ) : void
OnMouseDoubleClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
ClearTabs ( ) : void
CreateTabs ( ) : void
DrawCloseIcon ( Graphics g ) : void
DrawTabs ( Graphics g ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsOverClosingSign ( Point location ) : bool
MoveTab ( Tab grabbedTab, Point destination ) : void
PickTab ( Point point ) : Tab
UpdateTexts ( ) : void
contextMenu_Opening ( object sender, CancelEventArgs e ) : void
docManager_ActiveDocumentChanged ( object sender, DocumentEventArgs e ) : void
docManager_DocumentAdded ( object sender, DocumentEventArgs e ) : void
docManager_DocumentMoved ( object sender, DocumentMovedEventArgs e ) : void
docManager_DocumentRemoved ( object sender, DocumentEventArgs e ) : void
mnuCloseAllButThis_Click ( object sender, EventArgs e ) : void
mnuCloseAll_Click ( object sender, EventArgs e ) : void
mnuClose_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseDoubleClick() protected méthode

protected OnMouseDoubleClick ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

TabBar() public méthode

public TabBar ( ) : System
Résultat System