Click or drag to resize

Form Class

X#
The VFP compatible Form class.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              Form
                MainWindow

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

The Form type exposes the following members.

Constructors
Properties
Methods
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also