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

Small button with two separated areas.

A TRibbonSmallSplitButton component is a small button that has two separated areas. The upper area is a default action for the button and the lower part is called a split button. This button has the same functionality as a TRibbonDropDownButton.

See Also