ShapeElement::ProcessVisibilityChange Method (Boolean)

 

Updates the visibility of the child shape when a change to visibility is made.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void ProcessVisibilityChange(
	bool show
)

Parameters

show
Type: System::Boolean

true to show the child shape; otherwise, false.

Return to top
Show: