SegmentedItemCollection Class |
Namespace: Eto.Forms
The SegmentedItemCollection type exposes the following members.
Name | Description | |
---|---|---|
AddRange |
Adds an enumerable of items to the collection
| |
ClearItems |
Clears the items.
(Overrides CollectionTClearItems.) | |
InsertItem |
Inserts the item at the specified index.
(Overrides CollectionTInsertItem(Int32, T).) | |
RemoveItem |
Removes the item at the specified index.
(Overrides CollectionTRemoveItem(Int32).) | |
SetItem |
Sets the item at the specified index, replacing its existing item.
(Overrides CollectionTSetItem(Int32, T).) |