Udostępnij za pośrednictwem


WorkspaceVisualNodeBase.CollapseAll(Boolean) Method

Definition

Collapse all the children (recursively) of a node (and optionally the node itself)

public System.Threading.Tasks.Task CollapseAll (bool childrenOnly = false);
member this.CollapseAll : bool -> System.Threading.Tasks.Task
Public Function CollapseAll (Optional childrenOnly As Boolean = false) As Task

Parameters

childrenOnly
Boolean

only collapse children, not the node itself

Returns

void

Applies to