SubOptionOptionSubOptions Property |
Defines the TabPages in the TabPanel and the options to display on each page
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Dictionary<string, List<WizardOptionBase>> SubOptions { get; set; }
Public Property SubOptions As Dictionary(Of String, List(Of WizardOptionBase))
Get
Set
Dim instance As SubOptionOption
Dim value As Dictionary(Of String, List(Of WizardOptionBase))
value = instance.SubOptions
instance.SubOptions = value
Property Value
DictionaryString,
ListWizardOptionBaseReturn Value
DictionaryString,
ListWizardOptionBaseRemarks 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