Click or drag to resize

OptionGroup Class

X#
The VFP compatible OptionGroup class.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            UserControl
              OptionGroup

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS OptionGroup INHERIT UserControl, 
	 IMPLEMENTS IVFPControl, IVFPObject, IVFPHelp, IVFPOwner
Request Example View Source

The OptionGroup type exposes the following members.

Constructors
  NameDescription
Public methodOptionGroup
Initializes a new instance of the OptionGroup class
Top
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also