Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEWN_CUSTOMIZEDLG

The PEWN_CUSTOMIZEDLG notification message is sent to the parent of the ProEssentials object whenever the user uses clicks the OK button on the customization dialog.

 

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_CUSTOMIZEDLG notification code in its high-order word.

lParam

Contains the Windows/ProEssentials handle for the object

 

Comments

.NET developers, see the PeCustomizeDlg event.

OCX/VCL developers use the event CustomizeDlg

 

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