API:Vcl.RibbonActnCtrls.TRibbonSmallSplitButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonDropDownButtonVcl.RibbonActnCtrls.TRibbonBaseButtonControlVcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlTRibbonSmallSplitButton

Delphi

TRibbonSmallSplitButton = class(TRibbonDropDownButton, IRibbonSplitButton)

C++

class PASCALIMPLEMENTATION TRibbonSmallSplitButton : public TRibbonDropDownButton

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.

Vcl.RibbonActnCtrls.TRibbonSmallSplitButton inherits from Vcl.RibbonActnCtrls.TRibbonDropDownButton. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonDropDownButton.

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