The TabControl type exposes the following members.

Properties

  NameDescription
ActiveTabBarPage
Gets or sets the index of currently visible page on TabBar.
ActiveTabColors
Gets or sets the colors used to paint the background of active TabPage.
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.)
AutoScaleImages
Enables or disables the auto-scaling of images.
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 control.
(Overrides Control..::.BackColor.)
BackgroundOpacity (Inherited from DoubleBufferingControl.)
BackgroundOpacityPercent
Gets or sets background opacity of the tabs per cent.
(Overrides DoubleBufferingControlBackgroundOpacityPercent()()().)
BindingContext (Inherited from ContainerControl.)
BorderColor
Specifies the border color for TabBar.
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.)
ContinuousScroll
If set, TabBar will scroll to the first page from the last one and vice-versa.
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 control can respond to user interaction.
(Inherited from Control.)
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
Gets or sets the font of the text displayed by the control.
(Inherited from Control.)
ForeColor
Gets or sets the foreground color of the control.
(Inherited from Control.)
GradientBackground
Gets or sets the colors used to paint the background of TabBar.
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.)
Images
Gets or sets the PngImageList object which holds all the images which will be used for the TabPages.
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.)
MinMouseMove
Gets or sets the distance in pixels the user needs to swipe across TabBar for it to scroll the TabPages.
Name
Gets or sets the name of the control.
(Inherited from Control.)
Opacity (Inherited from DoubleBufferingControl.)
OpacityPercent
Gets or sets the opacity of the tabs per cent.
(Overrides DoubleBufferingControlOpacityPercent()()().)
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.)
SelectedTabIndex
Gets or sets the index of currently selected TabPage.
SelectedTabPage
Gets or sets the selected TabPage.
SeparatorColor
Gets or sets the Color for separators.
ShowCursorOnFirstTouch
Gets or sets whether show the cursor on first touch or not.
ShowSeparators
Enables or disables drawing of separator lines between the TabPage buttons.
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.)
StaticBackgroundImage
Gets or sets static background image that will be used for every TabPage. It saves the devices memory.
TabBarCursor
Gets the cursor setting of the tab bar.
TabBarHeight
Gets or sets the Height of TabBar.
TabBarPosition
Specifies the position of TabBar.
TabBarWidth
Gets or sets the Width of TabBar.
TabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
TabPages
Contains the TabPage objects associated with this TabControl.
TabsPerPage
Gets or sets how many tabs (buttons) appear over TabControl.
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
Gets or sets the text associated with this control.
(Inherited from Control.)
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.)
UseGradientBackground
Enables or disables the gradient background.
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