Vcl.ExtCtrls.TColorListBox.BevelOuter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BevelOuter: TBevelCut index 1 read FBevelOuter write SetBevelCut default 1;

C++

__property BevelOuter = {index=1, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TColorListBox

Description

Specifies the cut of the outer bevel.

Vcl.ExtCtrls.TColorListBox.BevelOuter inherits from Vcl.Controls.TWinControl.BevelOuter. All content below this line refers to Vcl.Controls.TWinControl.BevelOuter.

Specifies the cut of the outer bevel.

Use BevelOuter to specify whether the outer bevel has a raised, lowered, or flat look.

The outer bevel appears immediately inside the border and outside the inner bevel.

See Also