Click or drag to resize

RadioButtonGroup Class (Typed)

X#
Inheritance Hierarchy
Object
  VObject
    Control
      TextControl
        GroupBox
          RadioButtonGroup

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.24 GA
Syntax
 CLASS RadioButtonGroup INHERIT GroupBox
Request Example View Source

The RadioButtonGroup type exposes the following members.

Constructors
  NameDescription
Public methodRadioButtonGroup
Construct a radio button group.
Top
Properties
  NameDescription
Public propertyTextValue
RadioButtonGroup:TextValue holds the first element of the FillUsing() array
(Overrides TextValue.)
Public propertyValue
Contains the group value setting (specified on the Window Editor Property Window) associated with the radio button within the group that is selected.
(Overrides Value.)
Top
Functions
  NameDescription
Public methodButton
Retrieve a specific radio button.
Public methodDisable
Disable a radio button group (until a subsequent call to RadioButtonGroup:Enable()).
(Overrides Disable.)
Public methodDisableAndSave
Public methodEnable
Enable a radio button group that was previously disabled.
(Overrides Enable.)
Public methodEnableAndRestore
Public methodCode exampleFillUsing
Specify the radio buttons that make up the group and the set of values corresponding to these buttons, using an array.
Public methodHide
Hide a radio button group so it is not visible (until a subsequent call to RadioButtonGroup:Show()).
(Overrides Hide.)
Public methodSetFocus
Pass input focus to the selected radio button within the radio button group.
(Overrides SetFocus.)
Public methodShow
Display a radio button group so it is visible.
(Overrides Show.)
Top
See Also