Share via


ListField.DefaultItemSelectable Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Property DefaultItemSelectable As Boolean
'Usage
Dim instance As ListField 
Dim value As Boolean 

value = instance.DefaultItemSelectable

instance.DefaultItemSelectable = value
public bool DefaultItemSelectable { get; set; }
public:
property bool DefaultItemSelectable {
    bool get ();
    void set (bool value);
}
public function get DefaultItemSelectable () : boolean 
public function set DefaultItemSelectable (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace