GraffitiSuite Docs
Docs
Graffitieditortoolbarsection
Loading document parsing libraries...
# GraffitiEditorToolbarSection Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | button as GraffitiEditorToolbarItem | (None) | Adds the specified item to the Section. | | AddAt | index as Integer <br> button as GraffitiEditorToolbarItem | (None) | Adds the specified Item to the Section at the provided index. | | Constructor | Name as String <br> ParamArray Buttons() as GraffitiEditorToolbarItem | (None) | Creates a new instance of the class. | | Item | type as GraffitiEditorToolbarItem.Types | Integer | Returns the Item at the specified index within the Section's internal array. | | Item | index as Integer | GraffitiEditorToolbarItem | Returns the Item at the specified index within the Section's internal array. | | LastIndex | (None) | Integer | Index of the last Item in the Section's internal array. | | Remove | index as Integer | (None) | Removes the Item at the specified index. | | RemoveAll | (None) | (None) | Removes all Items from the Toolbar. | | Attributes | Hidden = True | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mParent | Nil | | | Name | String | Nil | Used for identification only. | | Tag | Variant | Nil | Developer storage. |