CompartmentShape.NavigateAcrossListCompartmentItems Property

Get/Set the arrow Up/Down navigation behavior when shape contains ElementListCompartment. When set to true, arrow up/down key will navigate through all items in all ElementListCompartments. Notice that the default value is true.

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

CompartmentShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace