ShapeElement::SetShowHideStateImplementation Method (Boolean)

 

Sets the visibility of the shape.

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 SetShowHideStateImplementation(
	bool show
)

Parameters

show
Type: System::Boolean

true to show the shape; otherwise, false.

recurse

Include all children in the operation

Return to top
Show: