ImageEn, unit iesettings

TIEGlobalSettings.ImageViewingPopupMenu

TIEGlobalSettings.ImageViewingPopupMenu


Declaration

property ImageViewingPopupMenu: TImageEnViewButtons;


Description

Specifies the items of the Image Viewing popup menu.
The default items for this popup menu allow you to perform image viewing related functions, such as zooming and printing. All editing functions are excluded.



The Image Viewing popup menu appears over a TImageEnView if:
PopupMenus includes ievViewing
PopupMenus does NOT include ievEditing or ievLayerEditing
A selection has not been clicked on
A layer has not been clicked on

Note:
For more in-depth customization of popup menu items, use the OnAddPopupMenuItem event
To remove or change the hue to popup menu item glyphs, use PopupMenuImageHue


Example

// Show zoom, seek and print items
IEGlobalSettings().ImageViewingPopupMenu := [ ivbImageSeek, ivbImagePrint, ivbImageZoom ];
ImageEnView1.PopupMenus := [ ievViewing ];


See Also

PopupMenus
ImageEditingPopupMenu
ImageSelectionPopupMenu
LayerEditingPopupMenu
LayerSelectionPopupMenu
PdfEditingPopupMenu
PdfViewingPopupMenu
PopupMenuImageHue
OnAddPopupMenuItem