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

Inheritance: Button
Show file Open project: Meragon/Unity-WinForms

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
TabPageButton ( TabControl owner, int index ) : System
Update ( ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
TabPageButton_Click ( object sender, EventArgs e ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Show() public method

public Show ( ) : void
return void

TabPageButton() public method

public TabPageButton ( TabControl owner, int index ) : System
owner TabControl
index int
return System

Update() public method

public Update ( ) : void
return void