GalleryToolItemCollection Class Methods
For a list of all members of this type, see GalleryToolItemCollection members.
Public Methods
Name | Description | |
---|---|---|
Add | Create and add to the GalleryToolItemCollection a new GalleryToolItem with given Name. | |
Clear | Remove all GalleryToolItems from the GalleryToolItemCollection. | |
Contains | Determine if the GalleryToolItem with the specified Key exists in the CommandBarCollection. | |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that can iterate through the GalleryToolItemCollection. | |
Index | Return index of given GalleryToolItem | |
Remove | Remove the GalleryToolItem with given Key from the GalleryToolItemCollection. |
See Also