C# Class AmandaInterface.FileManagerTabControl

Inheritance: System.Windows.Forms.TabControl
Afficher le fichier Open project: remco138/amanda

Méthodes publiques

Méthode Description
AddNewFile ( ) : void
CloseFile ( FileEditorTab fileTab ) : void
CloseSelectedTab ( ) : void
FileManagerTabControl ( ) : System
OpenFile ( ) : void
UpdateAutocompleteIdentifiers ( List StockIdentifiers ) : void

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
ConvertRectangleBounds_CloseButton ( Rectangle r ) : Rectangle

Converts a Tab Rectangle to the bounding rectangle of the close button

ConvertRectangleBounds_CloseButton ( int tabIndex ) : Rectangle
OpenExistingFile ( string pathToFile ) : void
_DragDrop ( object sender, DragEventArgs e ) : void
_DragEnter ( object sender, DragEventArgs e ) : void
_MouseClick ( object sender, MouseEventArgs e ) : void
_MouseLeave ( object sender, EventArgs e ) : void
_MouseMove ( object sender, MouseEventArgs e ) : void

Method Details

AddNewFile() public méthode

public AddNewFile ( ) : void
Résultat void

CloseFile() public méthode

public CloseFile ( FileEditorTab fileTab ) : void
fileTab FileEditorTab
Résultat void

CloseSelectedTab() public méthode

public CloseSelectedTab ( ) : void
Résultat void

FileManagerTabControl() public méthode

public FileManagerTabControl ( ) : System
Résultat System

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

OpenFile() public méthode

public OpenFile ( ) : void
Résultat void

UpdateAutocompleteIdentifiers() public méthode

public UpdateAutocompleteIdentifiers ( List StockIdentifiers ) : void
StockIdentifiers List
Résultat void