Version

ResetLocations(Boolean) Method

Resets the value of the Locations property to its default.
Syntax
'Declaration
 
Public Overloads Sub ResetLocations( _
   ByVal reInitialize As Boolean _
) 
public void ResetLocations( 
   bool reInitialize
)

Parameters

reInitialize
Specifies whether the collection should be marked as uninitialized, which will cause the UltraNavigationBar.InitializeLocations event to fire the next time the collection is accessed.
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