点击或拖拽改变大小

TreeView.GetPreviousSiblingItem 方法 (TreeViewItem)

X#
返回树形视图项的上一个兄弟项。

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL METHOD GetPreviousSiblingItem(
	oItem AS TreeViewItem
) AS TreeViewItem
查看代码

参数

oItem
类型:TreeViewItem
要获取其上一个兄弟项的树形视图项的 TreeViewItem 对象。

返回值

类型:TreeViewItem
指定项的上一个兄弟树形视图项。
参见