Cursor.Handle 方法 | |
返回光标的句柄。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Handle(
nHandleType
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual Handle(
__Usual nHandleType = default
)
查看代码参数
- nHandleType (Optional)
- 类型:__Usual
所需句柄的类型。0是唯一支持的选项,如果省略nHandle,则为默认值。
返回值
类型:
__Usual
描述底层系统对象的句柄。
备注
此方法提供 Windows GDI 对象的句柄,然后可以由 Windows API GDI 调用使用。
参见