Click or drag to resize

TreeView.DeleteItem Method (Usual)

X#
Delete a tree view item.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteItem(
	oItem AS USUAL
) AS LOGIC
Request Example View Source

Parameters

oItem
Type: Usual
The TreeViewItem object representing the tree view item to be deleted.

Return Value

Type: Logic
TRUE if the item was deleted successfully; otherwise, FALSE.
See Also