The TabPage type exposes the following members.

Properties

  NameDescription
Anchor
Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.
(Inherited from Control.)
AutoScaleDimensions
Gets or sets the dimensions that the control was designed to.
(Inherited from ContainerControl.)
AutoScaleFactor
Gets the scaling factor between the current and design-time automatic scaling dimensions.
(Inherited from ContainerControl.)
AutoScaleMode
Gets or sets the automatic scaling mode of the control.
(Inherited from ContainerControl.)
AutoScroll
Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
(Inherited from ScrollableControl.)
AutoScrollMargin
Gets or sets the size of the auto-scroll margin.
(Inherited from ScrollableControl.)
AutoScrollPosition
Gets or sets the location of the auto-scroll position.
(Inherited from ScrollableControl.)
AutoValidate
Gets or sets a value that indicates whether controls in this container will be automatically validated when the focus changes.
(Inherited from ContainerControl.)
BackColor
Gets or sets the background color for the panel control.
(Overrides Control..::.BackColor.)
BackgroundImage
Specifies the background image for TabPage.
BackgroundOpacity (Inherited from DoubleBufferingControl.)
BackgroundOpacityPercent (Inherited from DoubleBufferingControl.)
BindingContext (Inherited from ContainerControl.)
BorderStyle
Gets or sets the border style of the user control.
(Inherited from UserControl.)
Bottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Bounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from Control.)
CacheBackground (Inherited from DoubleBufferingControl.)
CacheControlBuffer (Inherited from DoubleBufferingControl.)
CacheForeground (Inherited from DoubleBufferingControl.)
Capture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from Control.)
ClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from Control.)
ClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from Control.)
ContextMenu
Gets or sets the shortcut menu associated with the control.
(Inherited from Control.)
Controls
Gets the collection of controls contained within the control.
(Inherited from Control.)
CurrentAutoScaleDimensions
Gets the current run-time dimensions of the screen.
(Inherited from ContainerControl.)
DataBindings
Gets the data bindings for the control.
(Inherited from Control.)
Dock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Control.)
Enabled
Gets or sets a value indicating whether the TabPage is enabled.
EnableDoubleBuffering Obsolete.
Enables or disables double buffering of Panel.
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Focused
Gets a value indicating whether the control has input focus.
(Inherited from Control.)
Font Obsolete.
Gets or sets the Font which should be used to draw the Title
(Overrides Control..::.Font.)
ForeColor Obsolete.
Gets or sets the Color used to draw the Title.
(Overrides Control..::.ForeColor.)
Handle
Gets the window handle that the control is bound to.
(Inherited from Control.)
Height
Gets or sets the height of the control.
(Inherited from Control.)
ImageAlignment
Specifies the Alignment of an image in the TabPage.
ImageIndex
Gets or sets index to Images of an image which will be displayed over this TabPage (button).
ImageMargins
Gets or sets the Marginsfor an image.
ImageSelectedIndex
Gets or sets the index of image which will be painted over this TabPage button.
InvokeRequired
Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
(Inherited from Control.)
IsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from Control.)
Left
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Location
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from Control.)
Name
Gets or sets the name of the control.
(Inherited from Control.)
OffscreenImage Obsolete.
Specifies the off-screen image for Panel.
Opacity (Inherited from DoubleBufferingControl.)
OpacityPercent (Inherited from DoubleBufferingControl.)
Parent
Gets or sets the parent container of the control.
(Inherited from Control.)
ParentBgNeeded (Inherited from DoubleBufferingControl.)
Right
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from Control.)
ScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from Control.)
Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Size
Gets or sets the height and width of the control.
(Inherited from Control.)
StretchBackground
Enables or disables the background image stretching.
StretchImage
Gets or sets a value indicating whether the image assigned to this TabPage should be stretched to fully accommodate the rectangle designated for it.
TabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
TabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from Control.)
Tag
Gets or sets the object that contains data about the control.
(Inherited from Control.)
Text Obsolete.
Gets or sets the text label associated with this TabPage.
(Overrides Control..::.Text.)
Title
Gets or sets the text label associated with this TabPage.
TitleAlignment
Gets or sets how the Title should be aligned within its rectangle.
TitleColor
Gets or sets the Color used to draw the Title.
TitleColorSelected
Gets or sets the Color used to draw the Title when tool is selected.
TitleFont
Gets or sets the Font which should be used to draw the Title.
TitleFontSelected
Gets or sets the Font which should be used to draw the Title when tab is selected.
TitleMargins
Gets or sets the size of text margins.
Top
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
(Inherited from Control.)
TopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.
(Inherited from Control.)
Visible
Gets or sets a value indicating whether the control and all its child controls are displayed.
(Inherited from Control.)
Width
Gets or sets the width of the control.
(Inherited from Control.)

See Also