ShapeElement.SetShowHideState Method

Sets the visibility of the shape and all its children.

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

Syntax

'Declaration
Public Sub SetShowHideState ( _
    show As Boolean _
)
'Usage
Dim instance As ShapeElement 
Dim show As Boolean

instance.SetShowHideState(show)
public void SetShowHideState(
    bool show
)
public:
void SetShowHideState(
    bool show
)
public function SetShowHideState(
    show : boolean
)

Parameters

  • show
    Type: System.Boolean

    true to show the shape and its children; otherwise, false.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace