Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchcustomizeEx

INT PElaunchcustomizeEx (hObject, nTabToShow)

 

HWND 

hObject

The handle returned from PEcreate.

UINT 

nTabToShow

Constant defining initial tab to show.

 

nTabToShow Constant

Description

FIRST_DEFAULT_TAB (0)

Default (First Tab Allocated)

PEP_bALLOWPAGE1 (2930)

First General Tab

PEP_bALLOWPAGE2 (2931)

Second General Tab

PEP_bALLOWSUBSETPAGE (2932)

Subsets Tab

PEP_bALLOWPOINTSPAGE (2933)

Points Tab

PEP_bALLOWFONTPAGE (2934)

Font Tab

PEP_bALLOWCOLORPAGE (2935)

Color Tab

PEP_bALLOWSTYLEPAGE (2936)

Style Tab

PEP_bALLOWAXISPAGE (2937)

Axis Tab

 

This function invokes a customization dialog which manages the object's customizable properties. The dialog will be modal or modeless depending upon ModalDialogs.

 

Returns

If the dialog is modal and function is successful, the function returns the result code of the closing dialog. Possible values are:

 

IDCANCEL

IDOK

IDEXPORTBUTTON

IDMAXIMIZEBUTTON

IDORIGINALBUTTON

 

If unsuccessful, the function returns -1.

 

Comments

Ocx developers, see the PElaunchcustomizeEx