Vcl.RibbonActnCtrls.TRibbonDropDownButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonBaseButtonControlVcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlTRibbonDropDownButton

Delphi

TRibbonDropDownButton = class(TRibbonBaseButtonControl)

C++

class PASCALIMPLEMENTATION TRibbonDropDownButton : public TRibbonBaseButtonControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

Button with a drop-down content.

The TRibbonDropDownButton component is a button that displays a pop-up area, when activated. The pop-up area can have contents of any kind (buttons, spin-edits).

See Also