GraffitiEditorToolbar

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 GraffitiEditorToolbarSection None Adds the specified section to the Toolbar.
AddAt index as Integer, section as GraffitiEditorToolbarSection None Adds the specified section to the toolbar at the provided index.
Item index as Integer GraffitiEditorToolbarSection Returns the section at the specified index within the Toolbar’s internal array.
Item name as String GraffitiEditorToolbarSection Returns the section whose name matches the parameter, or Nil.
LastIndex None Integer Index of the last section in the Toolbar’s internal array.
Remove index as Integer None Removes the item at the specified index.
RemoveAll None None Removes all sections from the Toolbar.

Properties #

Name Type Default Value Description
Enabled Boolean True Determines whether the user can interact with the Toolbar.
Visible Boolean True Determines whether the Toolbar is visible in the display.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.