API:Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetScrollBtnClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScrollBtnClass(ActionBar: TCustomActionBar): TCustomToolScrollBtnClass; override;

C++

virtual Vcl::Actnctrls::TCustomToolScrollBtnClass __fastcall GetScrollBtnClass(Vcl::Actnman::TCustomActionBar* ActionBar);

Properties

Type Visibility Source Unit Parent
function public
Vcl.StdStyleActnCtrls.pas
Vcl.StdStyleActnCtrls.hpp
Vcl.StdStyleActnCtrls TStandardStyleActionBars

Description

Returns the metaclass for the scroll button added to a menu action band.

Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetScrollBtnClass inherits from Vcl.ActnMenus.TActionBarStyleEx.GetScrollBtnClass. All content below this line refers to Vcl.ActnMenus.TActionBarStyleEx.GetScrollBtnClass.

Returns the metaclass for the scroll button added to a menu action band.

GetScrollBtnClass is used to find the scroll button associated with a menu action band. The value of GetScrollBtnClass is used to create TCustomToolScrollBtnClass instances that act as scroll buttons for the action bands.

See Also