NodeShape.SetIsExpandedValue Method

Sets the value for the IsExpanded property.

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

Syntax

'Declaration
Protected Overridable Sub SetIsExpandedValue ( _
    newValue As Boolean _
)
'Usage
Dim newValue As Boolean 

Me.SetIsExpandedValue(newValue)
protected virtual void SetIsExpandedValue(
    bool newValue
)
protected:
virtual void SetIsExpandedValue(
    bool newValue
)
protected function SetIsExpandedValue(
    newValue : boolean
)

Parameters

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace