Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | None | None | Creates a new, blank instance of the class. |
Constructor | text as String | None | Creates a new instance of the class. |
Add | item as GraffitiPopupMenuSection | None | Adds a new item to the control. |
AddAt | index as Integer item as GraffitiPopupMenuSection | None | Adds a new item to the control at the specified index. |
ItemAt | index as Integer | GraffitiPopupMenuSection | Returns the container at the specified index in the internal array. |
IndexOf | item as GraffitiPopupMenuSection | Integer | Returns the index of the specified item within the internal array. |
LastIndex | None | Integer | Returns the last index of items in the internal array. |
Remove | item as GraffitiPopupMenuSection | None | Removed the specified item and its associated item. |
RemoveAll | None | None | Remove all currently added items. |
RemoveAt | index as Integer | None | Removes the item at the specified index. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Text | String | “” | Text displayed as the section header. |