NodeShape.UpdateChildVisibility Method

Definition

Recalculates the visibility states of the descendent shapes based on overrides of the method PermitChildVisibility. The default behavior is to base the child's visibility state on the parent's IsExpanded property. Internal note: this also syncs the visibility states of any descendent subgraphs in the graph object.

protected public:
 void UpdateChildVisibility();
protected internal void UpdateChildVisibility ();
member this.UpdateChildVisibility : unit -> unit
Protected Friend Sub UpdateChildVisibility ()

Applies to