Click or drag to resize
TabItem Methods

The TabItem type exposes the following members.

Methods
  NameDescription
Public methodContains(Point)
Tests if a point is in the tab.
(Overrides BtnBaseContains(Point).)
Public methodContains(Int32, Int32)
Tests if a point is in the tab.
(Overrides BtnBaseContains(Int32, Int32).)
Public methodDraw
Draws the tab.
(Overrides BtnBaseDraw(Graphics, Boolean).)
Public methodMouseDown
Handles the Mouse Down event from the parent.
(Inherited from BtnBase.)
Public methodMouseLeave
Handles the Mouse Leave event from the parent.
(Inherited from BtnBase.)
Public methodMouseMove
Handles the Mouse Move event from the parent.
(Inherited from BtnBase.)
Public methodMouseUp
Handles the Mouse Up event from the parent.
(Inherited from BtnBase.)
Protected methodOnClick
Raises the Click event.
(Inherited from BtnBase.)
Protected methodRecalcShape
Recalculates the tab's shape based on the currently set position and size.
Top
See Also