ToggleButtonField.ChangeState Method

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

Syntax

'Declaration
Public Sub ChangeState ( _
    parentShape As ShapeElement _
)
'Usage
Dim instance As ToggleButtonField 
Dim parentShape As ShapeElement

instance.ChangeState(parentShape)
public void ChangeState(
    ShapeElement parentShape
)
public:
void ChangeState(
    ShapeElement^ parentShape
)
public function ChangeState(
    parentShape : ShapeElement
)

Parameters

.NET Framework Security

See Also

Reference

ToggleButtonField Class

ToggleButtonField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace