Vcl.RibbonActnCtrls.TRibbonCustomControl.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 TRibbonCustomControl

Description

Specifies whether the TRibbonCustomControl can be added to the QuickAccessToolbar or not.

CanAddToQuickAccessToolbar specifies whether an instance of TRibbonBaseButtonControl can be added to the QuickAccessToolbar or not.

See Also