RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClient.ChildActionBar Property

Specifies the action band that is used to render the TActionClients object specified in the Items property.

Pascal
property ChildActionBar: TCustomActionBar;
C++
__property TCustomActionBar ChildActionBar;

ChildActionBar is used internally by the action manager and is automatically assigned when a TActionClient contains a nested TActionClients object. An example of this would be when the action client is a menu item that contains sub-menu items. The action band used to render the sub-items is automatically created for the sub-menu items and its reference is assigned to the ChildActionBar property. 

 

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