Vcl.ExtCtrls.TBandPaintOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBandPaintOption = (bpoGrabber, bpoFrame, bpoGradient, bpoRoundRect);

C++

enum DECLSPEC_DENUM TBandPaintOption : unsigned char { bpoGrabber, bpoFrame, bpoGradient, bpoRoundRect };

Properties

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

Description

TBandPaintOption and TBandPaintOptions specify which parts of a band are painted.

TBandPaintOptions has one or more of the following values:



Value Meaning

bpoGrabber

The grabber is painted.

bpoFrame

The frame is painted.

bpoGradient

The gradient is painted.

bpoRoundRect

The round rectangle is painted.