C# Class System.Windows.Forms.TabControl.TabPageButton

Inheritance: Button
Afficher le fichier Open project: Meragon/Unity-WinForms

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( ) : void
TabPageButton ( TabControl owner, int index ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
TabPageButton_Click ( object sender, EventArgs e ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

OnPaint() protected méthode

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

Show() public méthode

public Show ( ) : void
Résultat void

TabPageButton() public méthode

public TabPageButton ( TabControl owner, int index ) : System
owner TabControl
index int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void