Vcl.StdStyleActnCtrls.TStandardStyleActionBars.GetScrollBtnClass
Delphi
function GetScrollBtnClass: TCustomToolScrollBtnClass; override;
C++
virtual Vcl::Actnctrls::TCustomToolScrollBtnClass __fastcall GetScrollBtnClass(void);
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.
GetScrollBtnClass is used to find the scroll button associated with a menu action band. The value of GetScrollBtnClass is used to create TCustomToolScrollBtnClass instances used as scroll buttons for the action bands.