TreeViewItem.Expand Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Expand(
Usual lAll = default,
Usual lForceNotify = default
)
Request Example
View SourceParameters
- 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