Skip to main content
A newer version of this page is available. .

Image Menu

  • 2 minutes to read

The Image Menu is a built-in element of ImageEdit and PopupImageEdit controls.

You can control the availability of the menu using the ShowMenu property.

Depending on the ShowMenuMode property, the image menu can either be always visible or automatically shown on mouse hover.

ImageMenuAnimation

Image Editor Built-in Menu

Imagemenu

The Image Editor menu provides the following user interface elements by default:

  • ImageEditIcon_CutCut button allows end-users to cut an image and copy it to the clipboard.
  • ImageEditIcon_CopyCopy button allows end-users to copy an image to the clipboard.
  • ImageEditIcon_PastePaste button allows end-users to paste an image from the clipboard. This menu item is active if there is an image on the clipboard.
  • ImageEditIcon_ClearClear button allows end-users to remove an image from the editor. This menu item is active only when the editor displays an image.
  • ImageEditIcon_OpenOpen button, when clicked, invokes the Open dialog.
  • ImageEditIcon_SaveSave button, when clicked, shows the Save As dialog.

The table below lists the main properties that affect element behavior and appearance.

Characteristics

Members

Availability

ImageEdit.ShowMenu,

ImageEdit.ShowMenuMode

Template

ImageEdit.MenuTemplate,

ImageEdit.MenuContainerTemplate

Imagemenupopup

Popup image editor menu has two additional buttons.

  • Visual Elements Icon OKOK button is used to apply the changes and close the popup window.
  • Visual Elements Icon CancelCancel button is used to undo cut, paste or clear operations.

The table below lists the main properties that affect element behavior and appearance.

Characteristics

Members

Availability

PopupImageEdit.ShowMenu,

PopupImageEdit.ShowMenuMode

Template

PopupImageEdit.MenuTemplate,

PopupImageEdit.MenuContainerTemplate