2.2.6.33.16 WizardControl::UpdateStep

Description

Update a specific steps label and combo strings;

Syntax

BOOL UpdateStep( int nIndex, LPCSTR stepLabel, LPCSTR comboString = NULL )

Parameters

nIndex
index of the step to be updated. When nIndex < 0, active is assumed.
stepLabel
the new label for the particular step
comboString
'|' separated choices for the combo associated this step. If NULL no combo box is added.

Return

returns number of steps in the wizard (excluding the end).

Examples

Remark

See Also

Header to Include

Control.h