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.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

Return to top
Show: