Click or drag to resize
CustomPalettesCollection Methods

The CustomPalettesCollection type exposes the following members.

Methods
  Name Description
Public method Contains
Indicates whether the specified palette item exists in the collection.
Public method GetPalette(Int32)
Returns a reference to the Palette object at the specified index.
Public method GetPalette(String)
Returns a reference to the Palette object by the specified name.
Public method IndexOf
Returns the index of the specified palette item.
Public method Remove
Removes palette with specified name from collection
Top
See Also