ShapeField::DefaultReflectParentFocusedState Property

 

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.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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::Boolean

true if the child shape can receive focus when its parent shape receives focus by default; otherwise, false.

Return to top
Show: