C# Class YamuiFramework.Controls.YamuiTab

Basically, this class is a better tabControl, documentation to be done later
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Свойство Type Description
GoBackButtonHasTabStop bool

Private Properties

Свойство Type Description
FindPage Point
GoBackButtonOnButtonPressed void
MainButtonsOnTabPressed void
PushHistory void
SecondaryButtonsOnTabPressed void
TabAnimatorInit bool
TabAnimatorStart void

Méthodes publiques

Méthode Description
ExecuteOnClose ( ) : void

Execute the OnClose of the current page

Init ( ) : void
ShowPage ( string pageName ) : void

Show the given page

YamuiTab ( List content, YamuiForm owner ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
FindPage ( string pageName ) : Point

find the secondary tab point corresponding to the input pageName

GoBackButtonOnButtonPressed ( object sender, EventArgs buttonPressedEventArgs ) : void
MainButtonsOnTabPressed ( object sender, TabPressedEventArgs tabPressedEventArgs ) : void
PushHistory ( ) : void
SecondaryButtonsOnTabPressed ( object sender, TabPressedEventArgs tabPressedEventArgs ) : void
TabAnimatorInit ( ) : bool
TabAnimatorStart ( ) : void

Method Details

ExecuteOnClose() public méthode

Execute the OnClose of the current page
public ExecuteOnClose ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

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

ShowPage() public méthode

Show the given page
public ShowPage ( string pageName ) : void
pageName string
Résultat void

YamuiTab() public méthode

public YamuiTab ( List content, YamuiForm owner ) : System
content List
owner YamuiFramework.Forms.YamuiForm
Résultat System

Property Details

GoBackButtonHasTabStop public_oe property

public bool GoBackButtonHasTabStop
Résultat bool