Options.ShowBasicColors property (Publisher)
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.
Syntax
expression.ShowBasicColors
expression A variable that represents an Options object.
Return value
Boolean
Example
The following example sets Publisher to not show basic colors in the color palette.
Options.ShowBasicColors = False
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.