C# Class System.Windows.Forms.TabPage

Inheritance: Panel
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
PaintControlBackground void
SetVisible void
UpdateOwner void

Public Methods

Method Description
GetTabPageOfComponent ( object comp ) : TabPage
TabPage ( ) : System
TabPage ( string text ) : System
ToString ( ) : string

Protected Methods

Method 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

Method Description
PaintControlBackground ( PaintEventArgs pevent ) : void
SetVisible ( bool value ) : void
UpdateOwner ( ) : void

Method Details

CreateControlsInstance() protected method

protected CreateControlsInstance ( ) : ControlCollection
return ControlCollection

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

GetTabPageOfComponent() public static method

public static GetTabPageOfComponent ( object comp ) : TabPage
comp object
return TabPage

OnEnter() protected method

protected OnEnter ( EventArgs e ) : void
e EventArgs
return void

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e EventArgs
return void

OnPaintBackground() protected method

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

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void

TabPage() public method

public TabPage ( ) : System
return System

TabPage() public method

public TabPage ( string text ) : System
text string
return System

ToString() public method

public ToString ( ) : string
return string