TreeViewItem.Collapse Method (Typed) | |
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
public virtual Usual Collapse(
bool lAll,
bool lForceNotify
)
Request Example
View SourceParameters
- lAll
- Type: Logic
** missing parameter documentation ** - lForceNotify
- Type: Logic
** missing parameter documentation **
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also