Click or drag to resize

RadioButtonGroup.Enable Method (Typed)

X#
Enable a radio button group that was previously disabled.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Enable() AS VOID
Request Example View Source
Remarks
Enabling a radio button group allows it to generate events and to send the events to its owner window when the user manipulates the radio button group. The dimming of disabled radio button groups is removed, and it is restored to its normal appearance. By default, radio button groups are enabled until disabled, so there is no need to call this Enable() method unless Disable() was previously called.
See Also