TreeView.GetPreviousSiblingItem Method (Symbol) | |
Return a tree view item's previous sibling item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetPreviousSiblingItem(
symItem AS SYMBOL
) AS TreeViewItem
public virtual TreeViewItem GetPreviousSiblingItem(
Symbol symItem
)
Request Example
View SourceParameters
- symItem
- Type: Symbol
The symbolic name of the tree view item whose previous sibling item you want to obtain.
Return Value
Type:
TreeViewItem
The previous sibling tree view item of the specified item.
See Also