Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.CanAddToQuickAccessToolbar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanAddToQuickAccessToolbar: Boolean;

C++

bool __fastcall CanAddToQuickAccessToolbar();

Properties

Type Visibility Source Unit Parent
function public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonBaseButtonControl

Description

Shows that the RibbonBaseButtonControl can be added to the QuickAccessToolbar.

CanAddToQuickAccessToolbar shows that an instance of TRibbonBaseButtonControl can be added to the QuickAccessToolbar. This method always returns True, but the derived components can be implemented to return False.

See Also