Click or drag to resize

RadioButtonGroup.Disable Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Disable() AS VOID
Request Example View Source
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