Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the shape field and verifies whether it can receive focus, or gives the shape field the ability to receive focus.
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 DefaultFocusable As Boolean
Get
Set
public bool DefaultFocusable { get; set; }
public:
property bool DefaultFocusable {
bool get ();
void set (bool value);
}
member DefaultFocusable : bool with get, set
function get DefaultFocusable () : boolean
function set DefaultFocusable (value : boolean)
Property Value
Type: System.Boolean
true if the shape field can receive 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.