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
};

ComCtrls

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

  • dsNormal
  • dsGradient

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!