Skip to main content
All docs
V23.2

TcxCustomEditButton.Transparent Property

Specifies if editor button border and background are transparent.

Declaration

property Transparent: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if editor button border and background are transparent; otherwise, False.

Remarks

You can set the Transparent property to False to hide editor button border and background regardless of the current editor look & feel settings.

Note

The hot-track effect is disabled for the editor button when the Transparent property is set to True regardless of the HotTrackMode property value.

Property Value Examples

The following table demonstrates the difference between Transparent property values under the same conditions:

Value Example[1]
False (default) VCL Editors Library: Button Transparency is Disabled
True VCL Editors Library: Button Transparency is Enabled

Default Value

The Transparent property’s default value is False.

Footnotes
  1. These examples demonstrate different Transparent property values for the same button editor with one embedded button under the following conditions:

    • The Office2010Blue skin is in effect.
    • The Kind property is set to bkGlyph and a custom glyph is assigned to the Glyph property.
See Also