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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Property NavigateAcrossListCompartmentItems As Boolean
Get
Set
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: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.