CompartmentShape::NavigateAcrossListCompartmentItems Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property bool NavigateAcrossListCompartmentItems { bool get(); void set(bool value); }
Property Value
Type: System::Boolean
Show: