Click or drag to resize

TreeViewItem.Delete Method (Typed)

X#
Delete the tree view item.

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

Parameters

lChildrenOnly
Type: Logic
New logic parameter which defaults to FALSE. If lChildrenOnly is TRUE only the child items are deleted

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also