RadioButtonGroup.Disable Method | |
Disable a radio button group (until a subsequent call to RadioButtonGroup:Enable()).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax 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