点击或拖拽改变大小

VOWinFormApp 类

X#
继承层次
Object
  VObject
    App
      VOWinFormApp

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

VOWinFormApp 类型公开以下成员。

构造函数
  名称说明
公共方法VOWinFormApp
初始化 VOWinFormApp 类的一个新实例
Top
方法
  名称说明
公共方法AfterDispatch 已过时。 (继承自 App。)
公共方法代码示例BeforeDispatch
与 App:AfterDispatch() 一起使用的低级处理程序,用于拦截发送到应用程序消息队列的任何消息。
(继承自 App。)
公共方法Destroy
Free memory resources allocated for a VObject object and its derived objects.
(继承自 VObject。)
公共方法Exec
启动应用程序的事件处理循环。
(继承自 App。)
公共方法Exec(Int32)
启动应用程序的事件处理循环。
(继承自 App。)
公共方法Exec(Int32, Object)
启动应用程序的事件处理循环。
(继承自 App。)
公共方法GetAccel 已过时。 (继承自 App。)
公共方法GetAccelWindow 已过时。 (继承自 App。)
公共方法GetDialogWindow
该方法获取必须处理对话框按键的活动对话框窗口句柄
(继承自 App。)
公共方法GetMdiClientWindow 已过时。 (继承自 App。)
公共方法Handle
返回应用程序的句柄。
(继承自 App。)
公共方法Quit
通过指示应用程序关闭自身来终止应用程序。
(继承自 App。)
公共方法RegisterWinForm
公共方法Run
调用并执行指定的命令。
(继承自 App。)
公共方法SetAccel 已过时。 (继承自 App。)
公共方法SetAccelWindow 已过时。 (继承自 App。)
公共方法SetDialogWindow
此方法设置必须处理对话框键的活动对话框窗口的句柄
(继承自 App。)
公共方法SetMdiClientWindow 已过时。 (继承自 App。)
公共方法UnRegisterWinForm
Top
字段
  名称说明
公共字段oCargo
Cargo slot.
(继承自 VObject。)
Top
参见