Click or drag to resize

SubOptionOptionSubOptions Property

Defines the TabPages in the TabPanel and the options to display on each page

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Dictionary<string, List<WizardOptionBase>> SubOptions { get; set; }

Property Value

DictionaryString, ListWizardOptionBase

Return Value

DictionaryString, ListWizardOptionBase
Remarks
Each dictionary entry has a Key of string that defines both the TabPages's title as well as the internal name the Page is referred to in the results. The entries in the list of the dictionary values define the options to display on each page.
See Also