点击或拖拽改变大小

VOWinFormApp 类

X#
Special App class to is used when hosting Windows Forms Forms in a VO GUI hierarchy
继承层次
Object
  VObject
    App
      VOWinFormApp

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

VOWinFormApp 类型公开以下成员。

构造函数
  名称说明
公共方法VOWinFormApp
初始化 VOWinFormApp 类的一个新实例
Top
方法
  名称说明
公共方法BeforeDispatch
公共方法Destroy
Free memory resources allocated for a VObject object and its derived objects.
(继承自 VObject。)
公共方法Exec
启动应用程序的事件处理循环。
(继承自 App。)
公共方法GetAccel
此方法返回当前活动加速键的句柄。
(继承自 App。)
公共方法GetAccelWindow
此方法获取必须翻译加速键的窗口句柄。
(继承自 App。)
公共方法GetDialogWindow
该方法获取必须处理对话框按键的活动对话框窗口句柄
(继承自 App。)
公共方法GetMdiClientWindow
此方法获取活动 ShellWindow 上 MDI 客户端窗口的句柄。
(继承自 App。)
公共方法Handle
返回应用程序的句柄。
(继承自 App。)
公共方法Quit
通过指示应用程序关闭自身来终止应用程序。
(继承自 App。)
公共方法RegisterWinForm
Register a windows forms form. This method is automatically called from the ChildWinForm:WinForm property
公共方法Run
调用并执行指定的命令。
(继承自 App。)
公共方法SetAccel
此方法设置当前活动加速键(属于活动菜单)的句柄。
(继承自 App。)
公共方法SetAccelWindow
此方法设置必须翻译加速键的窗口。
(继承自 App。)
公共方法SetDialogWindow
此方法设置必须处理对话框键的活动对话框窗口的句柄
(继承自 App。)
公共方法SetMdiClientWindow
此方法设置活动 ShellWindow 上 MDI 客户端窗口的句柄。
(继承自 App。)
公共方法UnRegisterWinForm
UnRegister a windows forms form. This method is automatically called from the ChildWinForm:Close() method.
Top
字段
  名称说明
公共字段oCargo
Cargo slot.
(继承自 VObject。)
Top
备注
This class is needed to make sure that all keyboard shortcuts are send to the Windows Forms window.
参见