WizardControl::GetComboSelection
GetComboSelection
Description
Provides access to the combo selection of a particular step
Syntax
int GetComboSelection( int nIndex, string * pstrSel = NULL )
Parameters
- nIndex
- index of the step to which the combo is associated with.When nIndex < 0, active is assumed
- pstrSel
- if not NULL, receives the selected string in the combo associated with the step
Return
returns the selection index, -1 if error
Examples
Remark
See Also
header to Include
Control.h