NodeShape.PermitChildVisibility(ShapeElement) 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.
Opportunity to influence the visibility of your child shapes
protected:
override bool PermitChildVisibility(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ childShape);
protected override bool PermitChildVisibility (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement childShape);
override this.PermitChildVisibility : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Protected Overrides Function PermitChildVisibility (childShape As ShapeElement) As Boolean
Parameters
- childShape
- ShapeElement
Returns
Whether the given child shape should be visible
Remarks
Collapsed nodes hide their nested children