ShapeField.DefaultSelectable Property

Gets the shape field and verifies whether it can be selected by default or sets the default selection state of the shape field.

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 DefaultSelectable As Boolean
public bool DefaultSelectable { get; set; }
public:
property bool DefaultSelectable {
    bool get ();
    void set (bool value);
}
member DefaultSelectable : bool with get, set
function get DefaultSelectable () : boolean 
function set DefaultSelectable (value : boolean)

Property Value

Type: Boolean
true if the shape field can be selected by default; otherwise, false.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace