Description
-
Expands or collapse contact's tree.
Return Type
-
None
Syntax
-
object.Expand DoExpand
The Expand Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPContact. |
| DoExpand |
Required. A Boolean value. If True,
expands contacts tree. If False, collapses contacts
tree. |
Remarks
-
Available only in ActiveX (GUI) version!
Depending on the DoExpand parameter, this method will
expand or collapse the current contacts tree. The method
accepts Boolean parameter. If set to True, contact
list tree will be expanded. Otherwise, if set to
False, the tree will collapse.
|