This property sets whether or not the edit popup menu is displayed when the right mouse button is clicked
[Visual Basic]   imagekitcontrolname.Edit.EnableEditPopupMenu [ = Boolean ]
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetEdit().GetEnableEditPopupMenu()imagekitcontrolname.GetEdit().SetEnableEditPopupMenu(BOOL Val)
[VB.NET]   imagekitcontrolname.Edit.EnableEditPopupMenu [ = Boolean ]
[C#.NET]   imagekitcontrolname.Edit.EnableEditPopupMenu [ = bool ]

Property Value

Value Explanation
True Displays the popup menu when the right mouse button is clicked
False Does not display the popup menu

Explanation

The EnableEditPopupMenu property sets whether or not the edit popup menu is displayed when the right mouse button is clicked. The default value is True.

The edit popup menu appears after the image editing toolbar has been displayed and the right mouse button is clicked.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation