Skip to main content

cidEditComment Constant

Specifies an ID of the “Edit Comment…” pop-up menu item.

Declaration

const cidEditComment = 8;

Remarks

This menu item is visible only if the context menu is invoked within a cell associated with a comment container. The menu invoked for a focused floating container shows the “Customize Object“ item instead.

The “Edit Comment…” menu item is enabled if the CanEditComment function of the active worksheet returns True.

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

Use the sdxBuiltInPopupMenuEditComment resource string to localize the “Edit Comment…” menu item.

See Also