Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEWN_POPUPMENU

The PEWN_POPUPMENU notification message is sent to the parent of the ProEssentials object whenever the user uses the floating popup menu.

 

The parent can use this message to know when object parameters have been adjusted.

 

Parameter

Description

wParam

Specifies the control identifier in its low-order word and the PEWN_POPUPMENU notification code in its high-order word.

lParam

Contains the Windows/ProEssentials handle for the object

 

Comments

.NET developers use the PePopupMenu event.

OCX/VCL developers use the custom event PopupMenu

 

See Also: AllowUserInterface AllowPopup, ProEssentials Messages

 

For an example: See the included VC6 Example Project, "PEVIEW.CPP" file, OnCommand handler for an example of event processing. This project will load into VC6 or Visual Studio .NET.