TreeView.Expand Method (Symbol) | |
Expand a 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(
symName AS SYMBOL
) AS USUAL
public virtual Usual Expand(
Symbol symName
)
Request Example
View SourceParameters
- symName
- Type: Symbol
The symbolic name of the tree view item to be expanded.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also