IExpandCollapseProvider.Collapse Method

Definition

Hides all nodes, controls, or content that are descendants of the control.

public:
 void Collapse();
public void Collapse ();
abstract member Collapse : unit -> unit
Public Sub Collapse ()

Remarks

This is a blocking method that returns after the control has been collapsed.

Applies to

See also