【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.33.11 WizardControl::SetComboSelection
Contents
Description
Provides access to the combo selection of a particular step identified by nIndex. When nIndex < 0, active is assumed
Provides access to the combo selection of a particular step identified by nIndex. When nIndex < 0, active is assumed
Syntax
BOOL SetComboSelection( int nIndex, string & strComboString )
BOOL SetComboSelection( int nIndex, int nIndexSelection )
Parameters
- nIndex
- index of the step to which the combo is associated with. When nIndex < 0, active is assumed
- strComboString
- if legit., sets the selected string in the combo associated with the step.
- nIndex
- index of the step to which the combo is associated with. When nIndex < 0, active is assumed
- nIndexSelection
- if legit., sets the combo selection to nIndexSelection
Return
returns true is successful else false
returns true is successful else false
Examples
Remark
See Also
Header to Include
Control.h