Vcl.ComCtrls.TStatusPanel.Bevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bevel: TStatusPanelBevel read FBevel write SetBevel default pbLowered;

C++

__property TStatusPanelBevel Bevel = {read=FBevel, write=SetBevel, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanel

Description

Determines the style of the panel's border.

These are the possible values of Bevel:



Value Meaning

pbNone

The panel has no bevel and appears flat.

pbLowered

The panel appears recessed.

pbRaised

The panel appears raised.