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 | | --- | :---: | :---: | --- | | Sub | Add | (None) | Adds the specified item to the Section. | | Sub | AddAt | (None) | Adds the specified Item to the Section at the provided index. | | Sub | Constructor | (None) | Creates a new instance of the class. | | Function | Item | As | Returns the Item at the specified index within the Section's internal array. | | Function | Item | As | Returns the Item at the specified index within the Section's internal array. | | Function | LastIndex | As | Index of the last Item in the Section's internal array. | | Sub | Remove | (None) | Removes the Item at the specified index. | | Sub | RemoveAll | (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. | | Private | | GraffitiEditorToolbarItem | | | Private | As | Nil | | | Tag | Variant | Nil | Developer storage. |