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