TiSwitchPanel.PanelBackGroundColor

TiSwitchPanel

Specifies the background color of the Panel Background.

property PanelBackGroundColor: TColor;

Description

Use PanelBackGroundColor to read or change the background color of the Panel Background. The Panel Background is the rectangular area under the Position Captions.

Note: To change the Background color of the rectangular area under the switch, use the BackGroundColor property of the Switch Panel control.

Example

Delphi

iComponent.PanelBackGroundColor := clBtnFace;

C++ Builder

iComponent->PanelBackGroundColor = clBtnFace;

Contents | Index | Previous | Next