This event is generated just before the PopUp Menu has closed.
[Visual Basic]   imagekitcontrolname_StartPopUpMenu(ByVal MenuNum As Integer)
[Visual C++]     OnStartPopUpMenuimagekitcontrolname(short MenuNum)
[VB.NET]   imagekitcontrolname_StartPopUpMenu(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib._IImageKitEvents_StartPopUpMenuEvent)
[C#.NET]   imagekitcontrolname_StartPopUpMenu(object sender, AxImageKit10(A)Lib._IImageKitEvents_StartPopUpMenuEvent e)

AxImageKitKit9ALib refers to the ANSI version, AxImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
MenuNum The type of the menu selected

For Raster Image Editing
0: Select All
1: Cut
2: Copy
3: Paste
4: Rotate
5: Unselect
6: Undo

For Raster Image Editing
0: Delete
1: Copy
2: Paste
3: Rotate
4: Property
5: Move Forward
6: Move Back
7: Undo

* The second parameter in VB.NET/C#.NET is e and it contains the MenuNum argument. (the first letter is lower case)

Explanation

The StartPopUpMenu event is generated just before the PopUp Menu has closed. The PopUp menu is displayed when using the image-editing toolbars and right clicking the mouse.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation