Click or drag to resize

WizardOptionBase Constructor

Creates a new WizardOptionBase object.

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public WizardOptionBase(
	string Name,
	string Title,
	int DisplayIndex
)

Parameters

Name  String
The internal name of the option that can be used to refer to this option in the results.
Title  String
The caption that is mainly used to display the option in the Wizard's settings page.
DisplayIndex  Int32
The position of this option in the settings list of the Wizard dialog.
See Also