GraffitiPopupMenuSection

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
ConstructorNoneNoneCreates a new, blank instance of the class.
Constructortext as StringNoneCreates a new instance of the class.
Additem as GraffitiPopupMenuSectionNoneAdds a new item to the control.
AddAtindex as Integer
item as GraffitiPopupMenuSection
NoneAdds a new item to the control at the specified index.
ItemAtindex as IntegerGraffitiPopupMenuSectionReturns the container at the specified index in the internal array.
IndexOfitem as GraffitiPopupMenuSectionIntegerReturns the index of the specified item within the internal array.
LastIndexNoneIntegerReturns the last index of items in the internal array.
Removeitem as GraffitiPopupMenuSectionNoneRemoved the specified item and its associated item.
RemoveAllNoneNoneRemove all currently added items.
RemoveAtindex as IntegerNoneRemoves the item at the specified index.

Properties #

NameTypeDefault ValueDescription
TextString“”Text displayed as the section header.