Click or drag to resize

WinFormVOWindowHost Class

X#
This class is used to host a VO GUI Window in a Windows Forms UI Hierarchy
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      WinFormVOWindowHost

Namespace:  XSharp
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax
 CLASS WinFormVOWindowHost INHERIT Component
Request Example View Source

The WinFormVOWindowHost type exposes the following members.

Constructors
  NameDescription
Public methodWinFormVOWindowHost
Initializes a new instance of the Component class.
Public methodWinFormVOWindowHost(IContainer)
Initializes a new instance of the WinFormVOWindowHost class
Public methodWinFormVOWindowHost(Window, Control)
Create w WinFormVOHostwindow
Top
Properties
  NameDescription
Public propertyClassesNeedingTranslateTabToArrow
Specify the class names that require special handling for TAB keys.
Public propertyHostingControl
The control that is used to host the VO Window
Public propertyVOWindow
Get/Set the object of VO window that needs to be hosted
Public propertyVOWindowClassName
Get/Set the class name of VO window that needs to be hosted
Top
Methods
  NameDescription
Public methodAdjustVOWindow
Resize VO window
Public methodClose
Close the window
Public methodFocus
Set focus to the form and the window that it hosts.
Public methodIsHostingDataWindow
Is the VO Window a DataWindow ?
Public methodProcessDialogKey
Top
See Also