Click or drag to resize

TreeViewItem.Expand Method

X#
Expand the tree view item, showing its child items.

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

Parameters

lAll (Optional)
Type: Usual
** missing parameter documentation **
lForceNotify (Optional)
Type: Usual
** missing parameter documentation **

Return Value

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