GalleryToolItemCollection Class Methods
For a list of all members of this type, see GalleryToolItemCollection members.
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds value. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Index of the given value. |
![]() | Insert | Inserts. |
![]() | Remove | Removes the given value. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also