GraffitiSuite Docs
Docs
Graffitiribboncolumn
Loading document parsing libraries...
# GraffitiRibbonColumn 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 a new item to the column. | | Child | childIndex as Integer | GraffitiRibbonItem | Returns the child at the specified index. | | Constructor | (None) | (None) | Creates a new instance of the class. | | Count | (None) | Integer | Returns the number of items in the column. | | Remove | index as Integer | (None) | Removes the item at the specified index. | | RemoveAll | (None) | (None) | Removes all items. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | hiddenItems | (None) | (None) | | HelpTag | String | (None) | Tooltip text to display on hover. | | MaxWidth | Integer | (None) | The maximum width the column will occupy. -1 for no maximum. | | MinWidth | Integer | (None) | The minimum width the column can occupy. | | Width | Integer | (None) | The static width of the column, in pixels. -1 for automatic. |