Version

Index Property (UltraNavigationBarLocation)

Returns the ordinal position of this UltraNavigationBarLocation instance in the NavigationBarLocationsCollection to which it belongs.
Syntax
'Declaration
 
Public ReadOnly Property Index As Integer
public int Index {get;}
Remarks

Note: Since an UltraNavigationBarLocation can be hidden from the user interface by setting its Visible property to false, the NavigationBarLocationsCollection class exposes a VisibleMembers property which returns the visible members of the collection, appearing in the same order as they are presented in the user interface, i.e., reflecting any sort criteria that may have been applied using the NavigationBarLocationsCollection.VisibleLocationsCollection.Sort method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also