DragDropServer 构造函数 | |
构造一个拖放操作服务器。
重要!通常,不应在应用程序代码中调用此方法。而是使用 Window:EnableDragDropServer(TRUE) 来使窗口成为拖放操作服务器。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public DragDropServer(
__Usual oOwner = default
)
查看代码参数
- oOwner (Optional)
- 类型:__Usual
拥有此拖放操作服务器的窗口。
备注
一旦定义为服务器,GUI 就会将其识别为拖放操作的可能源。
参见