# GraffitiControlGroupPopupMenu
Class Inherits GraffitiControlGroupItem
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Add | item as String | (None) | Adds a new value to the end of the list. |
| AddAt | index as Integer <br> item as String | (None) | Adds a new value at the specified index within the list. |
| Constructor | items() as String <br> value as Integer | (None) | Creates a new instance of the class. |
| IndexOf | item as String | Integer | Returns the index position of the specified value within the list. |
| ItemAt | index as Integer | String | Returns the value at the specified index position within the list. |
| LastIndex | (None) | Integer | Returns the index of last item within the list. |
| Operator_Convert | (None) | JSONitem | (None) |
| Remove | item as String | (None) | Removes the specified item from the list. |
| RemoveAll | (None) | (None) | Removes all items from the group. |
| RemoveAt | index as Integer | (None) | Removes the value at the specified index position from the list. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | mValue | Integer | (None) |
| Size | Integer | (None) | Object width. |
| Value | Integer | (None) | Currently selected index. |