The following tables list the members exposed by Palette.
Public Properties
| Name | Description |
| Count | Gets the number of palette items contained in the Palette object. |
Top
Public Methods
| Name | Description |
| Add | Adds an item with the cpesified color and value to the palette.
If an item with the same value already exists in the palette,
it is replaced by the new one. Note that internally the component sorts the
palette in ascending order so that you don't have to worry about the sequence
in which you insert items. |
| Clear | Removes all palette items from the palette. |
| Clone | Creates an identical copy of this palette object |
| GetUserControl | Creates a user control which can be used for this object visual editing |
| Remove | Removes a palette item with the specified value. |
Top
See Also