GraffitiControlGroupButton

Subclass of GraffitiControlGroupItem

Enumerations #

NameValues
TypesFilled
Bordered

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
Additem as StringNoneAdds a new string value to the end of to group.
AddAtindex as Integer
item as String
NoneAdds a new string value at the specified index within the button’s menu.
Constructorcaption as StringNoneCreates a new instance of the class.
IndexOfitem as StringIntegerReturns the index position of the specified string value within the button’s menu.
ItemAtindex as IntegerStringReturns the string value at the specified index position within the button’s menu.
LastIndexNoneIntegerReturns the index of last string value within the button’s menu.
Removeitem as StringNoneRemoves the specified string value from the button’s menu.
RemoveAllNoneNoneRemoves all string values from the button’s menu.
RemoveAtindex as IntegerNoneRemoves the string value at the specified index position from the button’s menu.

Properties #

NameTypeDefault ValueDescription
CaptionString“”Text or HTML shown within the button.