Click or drag to resize

WinFormVOWindow Class

X#
This class is used to host a X# GUI Window in a Windows Forms UI Hierarchy
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              WinFormVOWindow

Namespace:  XSharp
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS WinFormVOWindow INHERIT Form
Request Example View Source

The WinFormVOWindow type exposes the following members.

Constructors
  NameDescription
Public methodWinFormVOWindow
Initializes a new instance of the WinFormVOWindow class
Top
Properties
  NameDescription
Public propertyVOWindowHost
Form that host the VO window
Top
Methods
  NameDescription
Public methodStatic memberCloseHostForm
Close a X# window and the form that it hosts
Public methodStatic memberInitialize
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
See Also