NodeShape.UpdateChildVisibility Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()