System.Windows.Forms.TabPage: Method Members

The methods of System.Windows.Forms.TabPage are listed below. For a list of all members, see the TabPage Members list.

See Also: Inherited members from System.Windows.Forms.Panel

Public Methods

static
GetTabPageOfComponent(object) : TabPage

Retrieves the tab page that contains the specified object.

override
ToString() : string

Returns a string containing the value of the TabPage.Text property.

Protected Methods

override
CreateControlsInstance() : Control.ControlCollection
Documentation for this section has not yet been entered.
override
OnEnter(EventArgs)

Raises the Control.Enter event of the System.Windows.Forms.TabPage.

override
OnLeave(EventArgs)

Raises the Control.Leave event of the System.Windows.Forms.TabPage.

override
OnPaintBackground(PaintEventArgs)

Paints the background of the System.Windows.Forms.TabPage.

override
SetBoundsCore(int, int, int, int, BoundsSpecified)

This member overrides Control.SetBoundsCore(int, int, int, int, BoundsSpecified).