Back to product page

Expand method


Expands or collapse contact's tree.

Syntax

  • Basic
object.Expand (DoExpand)
The Expand(object,DoExpand) syntax has these parts:
objectAn expression evaluating to an object of type XMPPContact
DoExpandA 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.

Platforms

Windows