property Item.AllowEdit as Boolean
Retrieves or sets a value indicating whether the item contains an edit control.

TypeDescription
Boolean A boolean expression indicating whether the item contains an edit control.
The ExMenu ActiveX Control support edit control for any menu item. Use the EditCaption property to specify the caption for the menu item's edit. The control fires the EditChange event once that EditCaption is altered. Use the Caption property to specify the caption of the item. 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.