Click or drag to resize

RadioButtonGroup.Disable Method

X#
Disable a radio button group (until a subsequent call to RadioButtonGroup:Enable()).

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

Return Value

Type: Usual
Remarks
Disabled radio button groups are not active (that is, radio button cannot be clicked) and, therefore, they do not send events to their owner windows. Note that under Windows, a disabled radio button group is dimmed.
See Also