RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtCtrls.TBandPaintOption Enumeration

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

Pascal
TBandPaintOption = (
  bpoGrabber,
  bpoFrame,
  bpoGradient,
  bpoRoundRect
);
C++
enum TBandPaintOption {
  bpoGrabber,
  bpoFrame,
  bpoGradient,
  bpoRoundRect
};

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!