Skip to main content

TdxSpreadSheetAbstractFormulaBar.Transparent Property

Specifies if the Formula Bar control’s background is transparent.

Declaration

property Transparent: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True or False to enable or disable the control’s transparency. The control fills its background with the parent’s color if the property is set to False.

Note

The Transparent property affects only the Formula Bar control’s background. The control’s editors are always opaque.

The default Transparent property value is False.

See Also