Skip to main content

cidEditContainer Constant

Specifies an ID of the “Customize Object…” pop-up menu item.

Declaration

const cidEditContainer = 9;

Remarks

This menu item is visible only if the context menu is invoked for a focused floating container. The “Customize Object…” menu item is Enabled if the CanEditContainers function of the active worksheet returns True.

A click on the “Customize Object…” menu item invokes the “Customize Object“ dialog with the active Size page.

Use the sdxBuiltInPopupMenuCustomizeObject resource string to localize the “Customize Object…” menu item.

See Also