BaseListBox.DeleteItem 方法 | |
从列表框中删除一个项目。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD DeleteItem(
nItemNumber AS LONG
) AS LOGIC
public virtual bool DeleteItem(
[DefaultParameterValueAttribute(0, 0)] int nItemNumber
)
查看代码参数
- nItemNumber
- 类型:Int32
要删除的项目编号。指定以下值之一:
返回值
类型:
Boolean
如果成功则返回 TRUE;否则返回 FALSE。
参见