# GraffitiRibbonTab
Class Inherits GraffitiRibbonItem
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| AddGroup | group as GraffitiRibbonGroup | (None) | Adds a new group to the tab. |
| Child | childIndex as Integer | GraffitiRibbonGroup | Returns the group at the specified index. |
| Constructor | TabCaption as String | (None) | Instantiates a new GraffitiRibbonTab object. |
| Count | (None) | Integer | Returns the number of groups contained in the tab. |
| Remove | index as Integer | (None) | Removes the item specified by index. |
| RemoveAll | (None) | (None) | Removes all child items. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Caption | String | (None) | Text display in the tab selector. |
| Enabled | Boolean | (None) | If True, the tab may be selected by the user. |