CompartmentShape.NavigateAcrossListCompartmentItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool NavigateAcrossListCompartmentItems { bool get(); void set(bool value); };
public bool NavigateAcrossListCompartmentItems { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.NavigateAcrossListCompartmentItems : bool with get, set
Public Property NavigateAcrossListCompartmentItems As Boolean
Property Value
- Attributes