C# Class System.Windows.Forms.TabPage

Inheritance: Panel
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
PaintControlBackground void
SetVisible void
UpdateOwner void

Méthodes publiques

Méthode Description
GetTabPageOfComponent ( object comp ) : TabPage
TabPage ( ) : System
TabPage ( string text ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
CreateControlsInstance ( ) : ControlCollection
CreateHandle ( ) : void
OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Méthode Description
PaintControlBackground ( PaintEventArgs pevent ) : void
SetVisible ( bool value ) : void
UpdateOwner ( ) : void

Method Details

CreateControlsInstance() protected méthode

protected CreateControlsInstance ( ) : ControlCollection
Résultat ControlCollection

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

GetTabPageOfComponent() public static méthode

public static GetTabPageOfComponent ( object comp ) : TabPage
comp object
Résultat TabPage

OnEnter() protected méthode

protected OnEnter ( EventArgs e ) : void
e EventArgs
Résultat void

OnLeave() protected méthode

protected OnLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaintBackground() protected méthode

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

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

TabPage() public méthode

public TabPage ( ) : System
Résultat System

TabPage() public méthode

public TabPage ( string text ) : System
text string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string