Table of Contents
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 |
---|---|
AddItem( item as GraffitiRibbonItem ) | Adds a new item to the column. |
Child( childIndex as Integer ) as GraffitiRibbonItem | Returns the child at the specified index. |
Count() as Integer | Returns the number of items in the column. |
Remove( index as Integer ) | Removes the item at the specified index. |
RemoveAll() | Removes all items. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
HelpTag | String | “” | Tooltip text to display on hover. |
MaxWidth | Integer | -1 | The maximum width the column will occupy. -1 for no maximum. |
MinWidth | Integer | 0 | The minimum width the column can occupy. |
Width | Integer | -1 | The static width of the column, in pixels. -1 for automatic. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.