Version

ResetLocations() Method

Resets the value of the Locations property to its default.
Syntax
'Declaration
 
Public Overloads Sub ResetLocations() 
public void ResetLocations()
Remarks

Note: This overload of the Reset method will not reinitialize the Locations collection, i.e., the UltraNavigationBar.InitializeLocations event will not fire again for this collection as a result of calling this overload. Use the NavigationBarLocationsCollection.Reset method to reinitialize the collection, specifying true for the value of the 'reInitialize' parameter.

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