Click or drag to resize

TreeViewItem.Collapse Method (Typed)

X#
Collapse the tree view item, hiding its child items.

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

Parameters

lAll
Type: Logic
** missing parameter documentation **
lForceNotify
Type: Logic
** missing parameter documentation **

Return Value

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