AppWindow 构造函数 | |
构造一个应用程序窗口。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public AppWindow(
__Usual oOwner = default
)
查看代码参数
- oOwner (Optional)
- 类型:__Usual
拥有该应用程序窗口的窗口。
参见