ShapeField.DefaultFocusable Property

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

Syntax

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

value = instance.DefaultFocusable

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

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace