Vcl.ComCtrls.TStatusPanelBevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStatusPanelBevel = (pbNone, pbLowered, pbRaised);

C++

enum DECLSPEC_DENUM TStatusPanelBevel : unsigned char { pbNone, pbLowered, pbRaised };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TStatusPanelBevel indicates the type of bevel around a panel in a status bar.


These are the possible TStatusPanelBevel values:

Value Meaning

pbNone

The panel has no bevel and appears flat.

pbLowered

The panel appears recessed.

pbRaised

The panel appears raised.