Vcl.ComCtrls.TToolBar.GradientDrawingOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientDrawingOptions: TTBGradientDrawingOptions read FGradientDrawingOptions  write SetGradientDrawingOptions default [gdoHotTrack, gdoGradient];

C++

__property TTBGradientDrawingOptions GradientDrawingOptions = {read=FGradientDrawingOptions, write=SetGradientDrawingOptions, default=3};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolBar

Description

Stores the drawing option chosen.

This property contains either the gdoHotTrack or gdoGradient option, depending on which one was chosen.