Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.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.PlatformDefaultStyleActnCtrls.pas
Vcl.PlatformDefaultStyleActnCtrls.hpp
Vcl.PlatformDefaultStyleActnCtrls TPlatformDefaultStyleActionBars

Description

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

Vcl.PlatformDefaultStyleActnCtrls.TPlatformDefaultStyleActionBars.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