PaletteListBase Properties
Represents the base class for the palette repository.| Name | Description |
|---|---|
| Capacity | Gets or sets the capacity of a SortedList object. Inherited from SortedList. |
| Count | Gets the number of elements contained in a SortedList object. Inherited from SortedList. |
| IsFixedSize | Gets a value indicating whether a SortedList object has a fixed size. Inherited from SortedList. |
| IsReadOnly | Gets a value indicating whether a SortedList object is read-only. Inherited from SortedList. |
| IsSynchronized | Gets a value indicating whether access to a SortedList object is synchronized (thread safe). Inherited from SortedList. |
| Item[Object] | Gets or sets the value associated with a specific key in a SortedList object. Inherited from SortedList. |
| Item[String] | Provides access to individual palettes in the list by their names. |
| Keys | Gets the keys in a SortedList object. Inherited from SortedList. |
| SyncRoot | Gets an object that can be used to synchronize access to a SortedList object. Inherited from SortedList. |
| Values | Gets the values in a SortedList object. Inherited from SortedList. |
See Also