See Also

Enumerations

Name Values

This class exposes no enumerations.

Constants

Name Type Value

This class exposes no constants.

Events

Definition Parameters Return Type Description
DoublePressed item as GraffitiAvatarGroupItem None Raised when user double-clicks an avatar in the group.
DoublePressedMore hiddenItems() as GraffitiAvatarGroupItem None Raised when the user double-clicks the “More” item.
MouseEnterItem item as GraffitiAvatarGroupItem None Raised when the user's mouse enters an avatar item's area.
MouseEnterMore hiddenItems() as GraffitiAvatarGroupItem None Raised when the user's mouse enters the “More” item.
MouseExitItem item as GraffitiAvatarGroupItem None Raised when the user's mouse exits an avatar item's area.
MouseExitMore hiddenItems() as GraffitiAvatarGroupItem None Raised when the user's mouse exits the “More” item's area.
Pressed item as GraffitiAvatarGroupItem None Raised when the user clicks an avatar item.
PressedMore hiddenItems() as GraffitiAvatarGroupItem None Raised when the user clicks the “More” item.

Methods

Definition Parameters Return Type Description
Add item as GraffitiAvatarGroupItem None Adds the specified item to the group.
IndexOf item as GraffitiAvatarGroupItem Integer Returns the index of the specified item within the internal array.
Item index as Integer GraffitiAvatarGroupItem Returns the item at the specified index.
Remove item as GraffitiAvatarGroupItem None Removes the specified item.
RemoveAll None None Removes all avatar items from the group.
RemoveAt index as Integer None Removes the item at the specified index.

Properties

Name Type Default Value Description

This class exposes no properties.

Examples

This class currently has no examples.

Notes

This class currently has no notes.