WizardStepAddControl(WizardBoolean) Method

Input control for boolean values. See WizardBoolean for further information.

Definition

Namespace: Aliquo.Windows.Wizard
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public void AddControl(
	WizardBoolean control
)

Parameters

control  WizardBoolean
WizardBoolean with the wizard boolean control.

See Also