WizardControl::UpdateStep
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