SubOptionOptionResultSelectedSubItem Property |
The title/name of the TabPage selected by the user.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string SelectedSubItem { get; set; }
Public Property SelectedSubItem As String
Get
Set
Dim instance As SubOptionOptionResult
Dim value As String
value = instance.SelectedSubItem
instance.SelectedSubItem = value
Property Value
StringSee Also