![]() | TabItem Class |
Namespace: Stingray.Grid
The TabItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains(Point) |
Tests if a point is in the tab.
(Overrides BtnBaseContains(Point).) |
![]() | Contains(Int32, Int32) |
Tests if a point is in the tab.
(Overrides BtnBaseContains(Int32, Int32).) |
![]() | Draw |
Draws the tab.
(Overrides BtnBaseDraw(Graphics, Boolean).) |
![]() | MouseDown |
Handles the Mouse Down event from the parent.
(Inherited from BtnBase.) |
![]() | MouseLeave |
Handles the Mouse Leave event from the parent.
(Inherited from BtnBase.) |
![]() | MouseMove |
Handles the Mouse Move event from the parent.
(Inherited from BtnBase.) |
![]() | MouseUp |
Handles the Mouse Up event from the parent.
(Inherited from BtnBase.) |
![]() | OnClick |
Raises the Click event.
(Inherited from BtnBase.) |
![]() | RecalcShape |
Recalculates the tab's shape based on the currently set position
and size.
|
Name | Description | |
---|---|---|
![]() | m_bActive |
Internal.
|
![]() | m_bMouseIn |
Mouse position indicator.
(Inherited from BtnBase.) |
![]() | m_bPressed |
Pressed state indicator.
(Inherited from BtnBase.) |
![]() | m_bVisible |
Visibility state indicator.
(Inherited from BtnBase.) |
![]() | m_gpShape |
Internal.
|
![]() | m_hMouseDown |
Handles events for the parent's Mouse Down event.
(Inherited from BtnBase.) |
![]() | m_hMouseLeave |
Handles events for the parent's Mouse Leave event.
(Inherited from BtnBase.) |
![]() | m_hMouseMove |
Handles events for the parent's Mouse Move event.
(Inherited from BtnBase.) |
![]() | m_hMouseUp |
Handles events for the parent's Mouse Up event.
(Inherited from BtnBase.) |
![]() | m_Parent |
Reference to the containing control.
(Inherited from BtnBase.) |
![]() | m_pTabSheet |
Internal.
|
![]() | m_ptMouse |
Mouse coordinates.
(Inherited from BtnBase.) |
![]() | m_rcSizeAndPos |
A rectangle that holds a button's size and position.
(Inherited from BtnBase.) |
![]() | m_strLabel |
Internal.
|
Name | Description | |
---|---|---|
![]() | Active |
Gets or sets the tab status.
|
![]() | Bounds |
Gets the button's bound rectangle.
(Inherited from BtnBase.) |
![]() | Label |
Gets or sets the tab's label text.
|
![]() | Location |
Sets the tab location.
(Overrides BtnBaseLocation.) |
![]() | MouseIn |
Gets or sets the mouse presence indicator.
(Overrides BtnBaseMouseIn.) |
![]() | Press |
Sets the pressed state of the tab.
(Overrides BtnBasePress.) |
![]() | ptMouse |
Gets or sets mouse coordinates.
(Inherited from BtnBase.) |
![]() | Size |
Sets the tab size.
(Overrides BtnBaseSize.) |
![]() | TabSheet |
Gets or sets the the Control associated with the tab.
|
![]() | Visible |
Gets or sets the visibility state of the button.
(Inherited from BtnBase.) |