Skip to main content

cidBringToFront Constant

Specifies an ID of the “Bring to Front” pop-up menu item.

Declaration

const cidBringToFront = 1;

Remarks

This menu item is visible only if the context menu is invoked for a floating container. The “Bring to Front” and “Send to Back“ menu items are enabled if the active worksheet has two or more floating containers.

A click on the “Bring to Front” menu item moves the focused container from its position to the top layer.

Use the sdxBuiltInPopupMenuBringToFront resource string to localize the “Bring to Front” menu item.

See Also