Frame::JournalOwnership Property
.NET Framework (current version)
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)
public: property JournalOwnership JournalOwnership { JournalOwnership get(); void set(JournalOwnership value); }
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.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: