API:Vcl.RibbonActnCtrls.TRibbonRecentButtonControl

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonMenuSmallButtonControlVcl.RibbonActnCtrls.TRibbonSmallButtonControlVcl.RibbonActnCtrls.TRibbonBaseButtonControlTRibbonRecentButtonControl

Delphi

TRibbonRecentButtonControl = class(TRibbonMenuSmallButtonControl)

C++

class PASCALIMPLEMENTATION TRibbonRecentButtonControl : public TRibbonMenuSmallButtonControl

Properties

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

Description

Common descendant for other buttons.

Vcl.RibbonActnCtrls.TRibbonRecentButtonControl inherits from Vcl.RibbonActnCtrls.TRibbonMenuSmallButtonControl. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonMenuSmallButtonControl.

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