C# Class AnimatGuiCtrls.Controls.OutlookBar

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnResize ( EventArgs e ) : void

Private Methods

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

Method Details

AddBand() public méthode

public AddBand ( string caption, ContentPanel content ) : void
caption string
content ContentPanel
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OutlookBar() public méthode

public OutlookBar ( ) : System
Résultat System

SelectBand() public méthode

public SelectBand ( int index ) : void
index int
Résultat void