Click or drag to resize

TreeViewItem.Expand Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Expand(
	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