Vcl.ExtCtrls.TBandPaintOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBandPaintOptions = set of TBandPaintOption;

C++

typedef System::Set<TBandPaintOption, TBandPaintOption::bpoGrabber, TBandPaintOption::bpoRoundRect> TBandPaintOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Set of frame painting styles for objects on a TControlBar.

TBandPaintOptions is a set of frame painting styles for the objects on a TControlBar. TBandPaintOptions specifies which parts of a band are painted.

Item Meaning

bpoGrabber

The grabber is painted.

bpoFrame

The frame is painted.

bpoGradient

The gradient is painted.

bpoRoundRect

The round rectangle is painted.

See Also