2.2.6.33.1 WizardControl::AddStep

Description

adds a step to the control. Added item will be visible and enabled, Must be attached.

Syntax

int AddStep( LPCSTR stepLabel, LPCSTR comboString = NULL )

Parameters

stepLabel
the label for the particular step added
comboString
'|' separated choices for the combo to be created for this step. No combo box is added if comboString = NULL or empty.

Return

returns the index of the new step that was added

Examples

Remark

See Also

Header to Include

Control.h