Vcl.Buttons.TSpeedButton.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default True;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TSpeedButton

Description

Specifies whether the background of the button is transparent.

Use Transparent to specify whether the background of the button is transparent.

This property works only if the Flat property of the TSpeedButton is set to True.

When Windows themes are enabled, the Transparent property cannot make the button background transparent.

See Also