ShapeField.DefaultReflectParentSelectedState Property
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.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Property DefaultReflectParentSelectedState As Boolean
public bool DefaultReflectParentSelectedState { get; set; }
public:
property bool DefaultReflectParentSelectedState {
bool get ();
void set (bool value);
}
member DefaultReflectParentSelectedState : bool with get, set
function get DefaultReflectParentSelectedState () : boolean
function set DefaultReflectParentSelectedState (value : boolean)
Property Value
Type: Boolean
true if the child shape field should be selected when its parent shape is selected by default; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.