Vcl.ActnMenus.TActionBarStyleEx.GetScrollBtnClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScrollBtnClass(ActionBar: TCustomActionBar): TCustomToolScrollBtnClass; virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TActionBarStyleEx

Description

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