Share via


ListField.DefaultItemFocusable Property

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

Syntax

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

value = instance.DefaultItemFocusable

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListField Class

ListField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace