Vcl.ActnCtrls.TCustomActionToolBar.GetScrollBtnClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetScrollBtnClass: TCustomToolScrollBtnClass; virtual;

C++

virtual TCustomToolScrollBtnClass __fastcall GetScrollBtnClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Returns the scroll button class type on an action tool bar item.

GetScrollBtnClass is used to return the scroll button class type on an action tool bar item.

See Also