Click or drag to resize

RadioButtonGroup.Enable Method

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

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Enable() AS USUAL
Request Example View Source

Return Value

Type: Usual
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