点击或拖拽改变大小

Workareas.CloseArea 方法 (IRdd)

X#
Close the area where this RDD object is used.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 METHOD CloseArea(
	oRDD AS IRdd
) AS LOGIC
查看代码

参数

oRDD
类型:IRdd
Object of te RDD that needs to be closed.

返回值

类型:Boolean
TRUE when the area was closed.
备注
This will close the area, even when the method is called from another thread.
参见