C# 클래스 AnimatGuiCtrls.Controls.OutlookBar

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
AddBand ( string caption, ContentPanel content ) : void
Initialize ( ) : void
OutlookBar ( ) : System
SelectBand ( int index ) : void

보호된 메소드들

메소드 설명
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
RecalcLayout ( BandPanel bandPanel, int index ) : void
RedrawBands ( ) : void
SizeChangedEvent ( object sender, EventArgs e ) : void
UpdateBarInfo ( ) : void

메소드 상세

AddBand() 공개 메소드

public AddBand ( string caption, ContentPanel content ) : void
caption string
content ContentPanel
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OutlookBar() 공개 메소드

public OutlookBar ( ) : System
리턴 System

SelectBand() 공개 메소드

public SelectBand ( int index ) : void
index int
리턴 void