CheckboxOptionDefaultValue Property |
Determines if the checkbox is checked or unchecked by default
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool DefaultValue { get; set; }
Public Property DefaultValue As Boolean
Get
Set
Dim instance As CheckboxOption
Dim value As Boolean
value = instance.DefaultValue
instance.DefaultValue = value
Property Value
BooleanSee Also