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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Property DefaultReflectParentFocusedState As Boolean
public bool DefaultReflectParentFocusedState { get; set; }
public:
property bool DefaultReflectParentFocusedState {
    bool get ();
    void set (bool value);
}
member DefaultReflectParentFocusedState : bool with get, set
function get DefaultReflectParentFocusedState () : boolean
function set DefaultReflectParentFocusedState (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace