Vcl.ComCtrls.TTBGradientDrawingOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTBGradientDrawingOptions = set of (gdoHotTrack, gdoGradient);

C++

typedef System::Set<Vcl_Comctrls__84, Vcl_Comctrls__84::gdoHotTrack, Vcl_Comctrls__84::gdoGradient> TTBGradientDrawingOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Specifies the style of the gradient.

This type allows you to use one of the following options:

  • gdoHotTrack
  • gdoGradient