RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTBDrawingStyle Enumeration

Specifies the drawing style for the tool bar.

Pascal
TTBDrawingStyle = (
  dsNormal,
  dsGradient
);
C++
enum TTBDrawingStyle {
  dsNormal,
  dsGradient
};

This type allows you to specify one of the following values:

  • dsNormal
  • dsGradient

 

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