C# Class AnimatGuiCtrls.Controls.OutlookBar

Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
AddBand ( string caption, ContentPanel content ) : void
Initialize ( ) : void
OutlookBar ( ) : System
SelectBand ( int index ) : void

Protected Methods

Method Description
OnResize ( EventArgs e ) : void

Private Methods

Method Description
RecalcLayout ( BandPanel bandPanel, int index ) : void
RedrawBands ( ) : void
SizeChangedEvent ( object sender, EventArgs e ) : void
UpdateBarInfo ( ) : void

Method Details

AddBand() public method

public AddBand ( string caption, ContentPanel content ) : void
caption string
content ContentPanel
return void

Initialize() public method

public Initialize ( ) : void
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OutlookBar() public method

public OutlookBar ( ) : System
return System

SelectBand() public method

public SelectBand ( int index ) : void
index int
return void