TreeView.GetNextSiblingItem Method | |
Return a tree view item's next sibling item.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetNextSiblingItem(
symItem
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetNextSiblingItem(
Usual symItem = default
)
Request Example
View SourceParameters
- symItem (Optional)
- Type: Usual
The symbolic name of the tree view item whose next sibling you want to obtain.
Return Value
Type:
Usual
The next sibling tree view item of the specified item.
See Also