# GraffitiRibbonGroup
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 |
| --- | :---: | :---: | --- |
| AddItem | item as GraffitiRibbonItem | (None) | Adds an item to the group. Cannot be of type GraffitiRibbonGroup or GraffitiRibbonTab. |
| Child | childIndex as Integer | GraffitiRibbonItem | Returns the item at the given index. |
| Constructor | (None) | (None) | Instantiates the object with no caption. |
| Constructor | groupCaption as String | (None) | Instantiates the object with no caption. |
| Count | (None) | Integer | Returns the number of objects in the group. |
| Remove | index as Integer | (None) | Removes the item specified by index. |
| RemoveAll | (None) | (None) | Removes all child items. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | hiddenItems | (None) | (None) |
| Caption | String | (None) | The caption of the group. |
| MaxWidth | Integer | (None) | The maximum drawable width of the group. Set -1 for automatic. |
| MinWidth | Integer | (None) | The minimum drawable width of the group. |
| SeparatorHorizontal | Boolean | (None) | Controls the display of a horizontal separator above the caption. |
| SeparatorVertical | Boolean | (None) | Controls the display of a vertical separator to the right of the group. |
| Width | String | (None) | The width the group will occupy in its' parent tab's drawable area. Can use percentages or integers as a string. |