ColorVisible: Boolean;
The ColorVisible property determines whether the selected color is displayed under the button icon.
The property is relevant if the property IRibbonPaletteButton.ButtonMode = True.
Available values:
True. The last selected color is displayed under the button icon: .
False. The last selected color is not displayed under the button icon: .
The button icon is displayed to the left of the header if the IRibbonButton.ImageIndex property is determined.
The example of use is given in description of the IRibbonColorButton.AutoButtonBorder property.
See also: