RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionToolBar.HiddenCount Property

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

Pascal
property HiddenCount: Integer;
C++
__property int HiddenCount;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!