ShapeField::DefaultReflectParentFocusedState Property
Visual Studio 2015
Gets the child shape field and verifies whether it should receive focus when its parent shape receives focus or sets the ability to reflect the focus 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 DefaultReflectParentFocusedState { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the child shape can receive focus when its parent shape receives focus by default; otherwise, false.
Show: