RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRibbonQuickAccessToolbar.Items Property

Lists the action clients that correspond to the child controls of this action band.

Pascal
property Items: TActionClients;
C++
__property TActionClients Items;

Items is used internally to access the components that the action manager lists to represent the child controls of this action band. Each action client object in the Items collection corresponds to one of the controls that the ActionControls property lists. The entire collection of items belongs to the action client specified by this action band's ActionClient property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!