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
'Declaración
Public Property DefaultReflectParentFocusedState As Boolean
Get
Set
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
- 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.