Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Return Type | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Add | section as GraffitiEditorToolbarItem | None | Adds the specified item to the Section. |
AddAt | index as Integer, section as GraffitiEditorToolbarItem | None | Adds the specified Item to the Section at the provided index. |
Item | index as Integer | GraffitiEditorToolbarItem | Returns the Item at the specified index within the Section’s internal array. |
Item | type as GraffitiEditorToolbarItem.Types | GraffitiEditorToolbarItem | Returns the Item whose Type matches the parameter. |
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. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Name | String | “” | Used for identification only. |
Tag | Variant | Nil | Developer storage. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.