| Member | Description |
|---|---|
Constructor |
Constructor |
ClearNavigationBuffer |
Remove all (or some) of the navigation targets public sealed void ClearNavigationBuffer( NavigationDirection direction ); |
GoBack |
Navigate back to previous location public bool GoBack( int steps ); public sealed bool GoBack(); |
GoForward |
Navigate forward to a location we previously backed up from public sealed bool GoForward(); |
LoadContentPane |
Loads a new content pane into the main display area public virtual bool LoadContentPane( IContentPane newPane ); |
Navigate |
Navigate to a certain location. Possible destinations are panes, or URLs. public sealed bool Navigate( string location ); |
CanGoBack |
Is there a location to go back to? |
CanGoForward |
Is there a location to go forward to? |
CurrentContentPane |
Reference to the current content pane. |
History |
Navigation History |