Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.DrawDown

From RAD Studio API Documentation

Delphi

property DrawDown: Boolean read FDrawDown write SetDrawDown;

C++

__property bool DrawDown = {read=FDrawDown, write=SetDrawDown, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonBaseButtonControl

Description

Tells DrawBackground what to draw from component.

DrawDown tells DrawBackground what to draw from component. For example, it is used to tell DrawBackground whether to draw the drop-down content.