Frame.JournalOwnership Property
Gets or sets whether a Frame is responsible for managing its own navigation history, or yields navigation history management to a parent navigator (NavigationWindow, Frame).
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
'Declaration Public Property JournalOwnership As JournalOwnership 'Usage Dim instance As Frame Dim value As JournalOwnership value = instance.JournalOwnership instance.JournalOwnership = value
<object JournalOwnership="JournalOwnership" .../>
Property Value
Type: System.Windows.Navigation.JournalOwnershipA JournalOwnership value that specifies whether Frame manages its own journal. The default value is Automatic.
By default, Frame will use its own navigation history only if a parent navigation host (NavigationWindow, Frame) with its own journal cannot be found (for example, if a Frame is hosted in content that is hosted by a Window). To force Frame to manage its own navigation history, set JournalOwnership to OwnsJournal.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.