2.2.6.33.13 WizardControl::ShowCombo

Description

Shows[Hides] a combo in a step

Syntax

int ShowCombo( int nIndex, BOOL bShow = FALSE )

Parameters

nIndex
index of the step to which the combo is associated with. When nIndex < 0, active is assumed
bShow
When true will make the combo in the step visible otherwise will hide it.

Return

returns the previous state of the combo box (0 = hidden, 1= show) or <0 if error

Examples

Remark

See Also

Header to Include

Control.h