WizardOptionBaseCaption Property |
The caption that is mainly used to display the option in the Wizard's settings page.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Caption { get; set; }
Public Property Caption As String
Get
Set
Dim instance As WizardOptionBase
Dim value As String
value = instance.Caption
instance.Caption = value
Property Value
StringSee Also