Table of Contents
See Also
GraffitiRibbon
Inherits from GraffitiRibbonItem
Enumerations
Name | Values |
---|
This class exposes no enumerations.
Constants
Name | Type | Value |
---|
This class exposes no constants.
Events
Definition | Description |
---|
This class exposes no events.
Methods
Definition | Description |
---|---|
AddGroup( group as GraffitiRibbonGroup ) | Adds a new group to the tab. |
Child( childIndex as Integer ) as GraffitiRibbonGroup | Returns the group at the specified index. |
Constructor( TabCaption as String ) | Instantiates a new GraffitiRibbonTab object. |
Count() as Integer | Returns the number of groups contained in the tab. |
Remove( index as Integer ) | Removes the item specified by index. |
RemoveAll() | Removes all child items. |
Properties
Name | Type | Default Value | Description |
---|---|---|---|
Caption | String | “” | Text display in the tab selector. |
Enabled | Boolean | True | If True, the tab may be selected by the user. |
Examples
This class currently has no examples.
Notes
This class currently has no notes.