Vcl.ActnCtrls.TCustomActionToolBar.HiddenCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HiddenCount: Integer read GetHiddenCount;

C++

__property int HiddenCount = {read=GetHiddenCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionToolBar

Description

Indicates the number of hidden items on the tool action band.

Access HiddenCount to determine how many of the action tool bar's items are hidden. Hidden items are items that do not appear on the tool bar because the user has not used them recently. When HiddenCount is greater than 0, the tool bar displays an indicator that the user can click to display the hidden items.

See Also