Vcl.RibbonActnCtrls.TRibbonMenuSmallButtonControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonSmallButtonControlVcl.RibbonActnCtrls.TRibbonBaseButtonControlVcl.ActnCtrls.TCustomButtonControlTRibbonMenuSmallButtonControl

Delphi

TRibbonMenuSmallButtonControl = class(TRibbonSmallButtonControl)

C++

class PASCALIMPLEMENTATION TRibbonMenuSmallButtonControl : public TRibbonSmallButtonControl

Properties

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

Description

Common descendant for other buttons.

TRibbonMenuSmallButtonControl is a common descendant for other buttons, for example the buttons along the bottom of the Application Menu (generally reserved for Options and Exit) or those seen in the "Recent Files" area of the Application Menu. TRibbonMenuSmallButtonControl is displayed in the right pane of the application menu.

See Also