Vcl.ComCtrls.TTBDrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTBDrawingStyle = (dsNormal, dsGradient);

C++

enum DECLSPEC_DENUM TTBDrawingStyle : unsigned char { dsNormal, dsGradient };

Properties

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

Description

Specifies the drawing style for the tool bar.

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

  • dsNormal
  • dsGradient