IVisStyleProvider.PaletteIDs

Fore Syntax

PaletteIDs: Array;

Fore.NET Syntax

PaletteIDs: System.Array;

Description

The PaletteIDs method is used to get an array of strings with identifiers of alternative palette sets.

Comments

To obtain an array of main colors by palette identifier, use the IVisStyleProvider.PaletteColors method.

Fore and Fore.NET Examples

The method use is given in the example for IVisStyleProvider.PaletteBorderColors.

See also:

IVisStyleProvider