ShapeField::DefaultReflectParentSelectedState Property
Visual Studio 2015
Gets the child shape field and verifies whether it should be selected when its parent shape is selected or sets the ability to reflect the selection state of its parent shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property bool DefaultReflectParentSelectedState { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the child shape field should be selected when its parent shape is selected by default; otherwise, false.
Show: