ShowPaletteLabels Property

Gets or sets a value that determines whether labels should be displayed to the right of the color palette.

Syntax

object.ShowPaletteLabels [= value]

Parameters

value
A Boolean expression that, when TRUE, causes palette labels to be displayed (providing that the control window is sufficiently large). When FALSE, it causes the palette labels to be hidden.

Remarks

Setting this property has no effect if ShowPalette is FALSE.

See Also

ShowPalette