| Class | Description |
|---|---|
| ArrowClickEventArgs | The arguments provided to the ArrowClick Event. |
| CloseClickEventArgs | The arguments provided to the CloseClick Event. |
| dbiTabs | An enhanced tab control |
| dbiTabsCollection | The collection of tab pages within the control. |
| TabChangeEventArgs | The arguments provided to the TabChange Event. |
| TabOverEventArgs | The arguments provided to the TabOver Event. |
| TabPage | The TabPage class. |
| UserDrawnTabEventArgs | The arguments provided to the UserDrawnTab Event |
| UserDrawnTabTextEventArgs | The arguments provided to the UserDrawnTabText Event |
| Delegate | Description |
|---|---|
| dbiTabs.EventArrowClickHandle | Represents the method that will handle the ArrowClick Event. |
| dbiTabs.EventCloseClickHandle | Represents the method that will handle the CloseClick Event. |
| dbiTabs.EventTabChangeHandle | Represents the method that will handle the TabChange Event. |
| dbiTabs.EventTabOverHandle | Represents the method that will handle the TabOver Event. |
| dbiTabs.EventUserDrawnTabHandler | Represents the method that will handle the UserDrawnTab Event |
| dbiTabs.EventUserDrawnTabTextHandler | Represents the method that will handle the UserDrawnTabText Event |
| Enumeration | Description |
|---|---|
| enumControlStyle | The control style, either Standard or XP, default is a neutral setting. |
| enumPageBorder | The type of border to place around the page. |
| enumPageColorType | Determines the background of the tab page area. |
| enumSelectedStyle | The selected style for display. |
| enumSizeMode | The size mode for the tab width. |
| enumStripType | The type of border to be used in a tab strip. |
| enumTabBorder | The type of border around the tab. The results can vary depending on the current ControlStyle Property. |
| enumTabPosition | The position of the tabs in the control. |
| enumTabStyle | The overall style of the tabs. |
| enumTextAngle | The rotation of the text. |