点击或拖拽改变大小

WinFormVOWindowHost 类

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

命名空间:  XSharp
程序集:  VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法
 CLASS WinFormVOWindowHost INHERIT Component
查看代码

WinFormVOWindowHost 类型公开以下成员。

构造函数
  名称说明
公共方法WinFormVOWindowHost
Initializes a new instance of the Component class.
公共方法WinFormVOWindowHost(IContainer)
初始化 WinFormVOWindowHost 类的一个新实例
公共方法WinFormVOWindowHost(Window, Control)
Create w WinFormVOHostwindow
Top
属性
  名称说明
公共属性ClassesNeedingTranslateTabToArrow
Specify the class names that require special handling for TAB keys.
公共属性HostingControl
The control that is used to host the VO Window
公共属性VOWindow
Get/Set the object of VO window that needs to be hosted
公共属性VOWindowClassName
Get/Set the class name of VO window that needs to be hosted
Top
方法
  名称说明
公共方法AdjustVOWindow
Resize VO window
公共方法Close
Close the window
公共方法Focus
Set focus to the form and the window that it hosts.
公共方法IsHostingDataWindow
Is the VO Window a DataWindow ?
公共方法ProcessDialogKey
Top
参见