RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.ShowCaption Property

Determines whether the caption for the TActionClientItem is drawn.

Pascal
property ShowCaption: Boolean;
C++
__property Boolean ShowCaption;

ShowCaption determines whether the caption of the TActionClient is displayed on an action band's UI element. Set ShowCaption to false to hide the item's caption when the item is rendered on an action band. Note that the CaptionOptions property of TActionClients objects takes precedence over ShowCaption. See the documentation for TActionClients' CaptionOptions for more details. 

 

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