Share via


ShowBasicColors Property.ShowBasicColors Property

Publisher Developer Reference

Returns or sets a Boolean indicating whether Microsoft Office 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 a ShowBasicColors Property object.

Return Value
Boolean

Example

The following example sets Publisher to not show basic colors in the color palette.

Visual Basic for Applications
  Options.ShowBasicColors = False

See Also