Visit Gigasoft's Web Site
 ProEssentials v10 Help

PEWN_CLICKED

The PEWN_CLICKED notification message is sent to the parent window when the user clicks the object. The object first gives itself the focus before sending this notification message.

 

Parameter

Description

wParam

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

lParam

Contains the Windows/ProEssentials handle for the object

 

Comments

This event can be used to receive a HOTSPOTDATA structure.

 

.NET/OCX/VCL developers use the standard click event.

 

See Also: AllowUserInterface, 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.