<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Method >SetEnable |
Sets whether the Radiobutton is enable.
Prototype :
void SetEnable
(
bool Enable
)
Arguments :
Enable |
true for Enable |
Reference :
If RadioButtonGroup set in Group Name of RadioButton is disabled, RadioButton will not be enabled even if the Enable argument is set to true.
In such a case, enable RadioButtonGroup first.
Example :
This.SetEnable(true);
var objMyGroup = This.GetRadioButtonGroup();
objMyGroup.SetEnable(true);
Available Events :
All Events