Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchcustomizeEx Method

Scope All ProEssentials Interfaces

 

PElaunchcustomizeEx (nTabToShow As Integer) As Integer

 

int 

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:

 

IDOK (1)

IDCANCEL (2)

IDAPPLYNOW (59904)

IDEXPORTBUTTON (1015)

IDMAXIMIZEBUTTON (1016)

IDORIGINALBUTTON (1109)

 

If unsuccessful, the function returns -1.

 

Comments

.NET developers, see PeFunction.Dialog.Customize

This method is a wrapper to the PElaunchcustomizeEx DLL call.

 

See Also: OCX Methods