Previous Document Next Document
Palettes.OpenFixed

Function OpenFixed(PaletteID As cdrPaletteID) As Palette

Member of Palettes

The OpenFixed method opens an existing fixed palette (such as PANTONE, Web-safe, and so on).

Parameters
Description
PaletteID
Specifies the numerical ID or the constant name of the fixed palette. For example, OpenFixed (7) and OpenFixed (cdrUniform) both open the Uniform Colors fixed palette in CorelDRAW.

The following code example opens the Netscape Navigator palette:

Sub Test() 
 Palettes.OpenFixed cdrNetscapeNavigator 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.