![]() | GridTabBeam Class |
Namespace: Stingray.Grid
The GridTabBeam type exposes the following members.
Name | Description | |
---|---|---|
![]() | GridTabBeam |
Initializes a new instance of the GridTabBeam class.
|
Name | Description | |
---|---|---|
![]() | AddTab |
Registers a tab with this GridTabBeam.
|
![]() | DesignerMouseDown |
Internal.
|
![]() | DesignerMouseMove |
Internal.
|
![]() | Dispose |
Clean up any resources being used.
(Overrides ControlDispose(Boolean).) |
![]() | EditKeyPress |
Performs special handling for the Enter key and ends editing.
|
![]() | EditLostFocus |
Handles the LostFocus event from the editing control event.
|
![]() | EditTextChanged |
Handles the EditTextChanged event from the editing control
event.
|
![]() | EndTabEditing |
Ends tab editing and changes the tab name.
|
![]() | NavBtnClick |
Handles the Click event from the navigation buttons.
|
![]() | OnDoubleClick |
Raises the DoubleClick event.
(Overrides ControlOnDoubleClick(EventArgs).) |
![]() | OnHandleCreated |
Raises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs).) |
![]() | OnPaint |
Raises the Paint event and performs custom control painting.
(Overrides ControlOnPaint(PaintEventArgs).) |
![]() | OnParentFontChanged |
Raises the ParentFontChanged event.
(Overrides ControlOnParentFontChanged(EventArgs).) |
![]() | RecalcButtons |
Recalculates the size and position of all navigation buttons and
tabs.
|
![]() | Refresh |
Forces the control to invalidate its client area, and to
immediately redraw itself and
any child controls.
(Overrides ControlRefresh.) |
![]() | RemoveTab |
Removes the tab from the GridTabBeam.
|
![]() | SetActive |
Makes the tab active.
|
![]() | SetTabIndex |
Sets the index for the specified control.
|
![]() | TabClick |
Handles the Click event from tabs.
|
![]() | TabItemsCollectionChanged |
Handles the CollectionChanged event from the
TabItemsCollection.
|
Name | Description | |
---|---|---|
![]() | m_hTabClick |
Internal.
|
![]() | m_nFirstVisibleTab |
Internal.
|
![]() | m_pActiveTab |
Internal.
|
![]() | m_pEditedTab |
Internal.
|
![]() | m_pTabItems |
Internal.
|
![]() | m_tbEdit |
Internal.
|
Name | Description | |
---|---|---|
![]() | ActiveTab |
Gets a reference to the currently active tab.
|
![]() | TabItems |
Gets a reference to the TabItemsCollection that
contains tabs.
|
This class is used by the GridTabControl class as an embedded control to provide a visual interface.