IMenuItem.IsCaption

Syntax

IsCaption: Boolean;

Description

The IsCaption property determines whether the current element is a caption.

Comments

If the property is set to True, the current element will be displayed as a menu caption. Caption text is displayed with the left indent on the darker background. The caption cannot have child elements and cannot be selected when working with the menu. The property is set to False by default.

See also:

IMenuItem