TreeView.Collapse Method (Symbol, Logic) | |
Collapse a 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(
symName AS SYMBOL,
lRemoveChildItems AS LOGIC
) AS USUAL
public virtual Usual Collapse(
Symbol symName,
bool lRemoveChildItems
)
Request Example
View SourceParameters
- symName
- Type: Symbol
The symbolic name of the tree view item to be collapsed. - lRemoveChildItems
- Type: Logic
A logical value indicating whether child tree view items of the specified item will be removed when the item is collapsed. If omitted, the default is FALSE.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also