C# 클래스 AmandaInterface.FileManagerTabControl

상속: System.Windows.Forms.TabControl
파일 보기 프로젝트 열기: remco138/amanda

공개 메소드들

메소드 설명
AddNewFile ( ) : void
CloseFile ( FileEditorTab fileTab ) : void
CloseSelectedTab ( ) : void
FileManagerTabControl ( ) : System
OpenFile ( ) : void
UpdateAutocompleteIdentifiers ( List StockIdentifiers ) : void

보호된 메소드들

메소드 설명
OnPaintBackground ( PaintEventArgs pevent ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddNewFile() 공개 메소드

public AddNewFile ( ) : void
리턴 void

CloseFile() 공개 메소드

public CloseFile ( FileEditorTab fileTab ) : void
fileTab FileEditorTab
리턴 void

CloseSelectedTab() 공개 메소드

public CloseSelectedTab ( ) : void
리턴 void

FileManagerTabControl() 공개 메소드

public FileManagerTabControl ( ) : System
리턴 System

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

OpenFile() 공개 메소드

public OpenFile ( ) : void
리턴 void

UpdateAutocompleteIdentifiers() 공개 메소드

public UpdateAutocompleteIdentifiers ( List StockIdentifiers ) : void
StockIdentifiers List
리턴 void