ShowBasicColors Property [Publisher 2003 VBA Language Reference]
Returns or sets a Boolean indicating whether Microsoft Publisher shows basic colors in the color palette; True to show basic colors in the palette. Read/write.
expression.ShowBasicColors
expression Required. An expression that returns one of the objects in the Applies To list.
Example
The following example sets Publisher to not show basic colors in the color palette.
Options.ShowBasicColors = False
Applies to | Options Object