Share via


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

Syntax

'Declaration
Public Property DefaultReflectParentFocusedState As Boolean
'Usage
Dim instance As ShapeField 
Dim value As Boolean 

value = instance.DefaultReflectParentFocusedState

instance.DefaultReflectParentFocusedState = value
public bool DefaultReflectParentFocusedState { get; set; }
public:
property bool DefaultReflectParentFocusedState {
    bool get ();
    void set (bool value);
}
public function get DefaultReflectParentFocusedState () : boolean 
public 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

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace