Vcl.ActnMan.TActionClients.CaptionOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionOptions: TCaptionOptions read FCaptionOptions

C++

__property TCaptionOptions CaptionOptions = {read=FCaptionOptions, write=SetCaptionOptions, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClients

Description

Contains options for how captions should be displayed.

CaptionOptions contains the rules for displaying captions on action client items in the collection. If CaptionOptions is set to coNone, no captions will be displayed for any item. If it is set to coSelective, a determination will be made separately for each item based on the value of its ShowCaption property. A value of coAll will cause all items to display captions. Note that this property takes precedence over the ShowCaption property of individual TActionClientItem objects.

See Also