Caption Property

Gets the text that the user sees displayed for the application or a menu item.

See Also | Example

Signature

object.Caption

object

Application, PopupMenuItem
The object or objects this property applies to.

Caption

String; read-only

Remarks

For a menu item, this property is read-only and is derived from the Label property by removing any DIESEL string expressions.

 

   Comments?