property Item.EditCaption as String
Specifies the edit's caption when the item contains an edit control.

TypeDescription
String A string expression that defines the caption for the item's edit. 

Use the EditCaption property to get the caption of the item's edit. Use the AllowEdit property to let the menu item hosts an edit control. Use the Caption property to specify the caption of the item. Use the Create method to insert an ActiveX control. Use the Enabled property to disable an item. Use the ToolTip property to assign a tooltip to an item. Use the EditWidth property to specify the width of the inside edit control. Use the EditBorder property to specify the border around the edit control inside the item.