| Member | Description |
|---|---|
Constructor |
Constructor |
ClearNavigationBuffer |
Clears the navigation buffer public sealed void ClearNavigationBuffer( NavigationDirection direction ); |
GoBack |
Navigates backwards public sealed bool GoBack(); |
GoForward |
Navigates forwards public sealed bool GoForward(); |
Navigate |
Navigates to the specified location public sealed bool Navigate( string location ); |
NavigateHtml |
Provides HTML navigation features public virtual void NavigateHtml( string url ); |
SetStatus |
Sets the status of the form as displayed in the status bar. public virtual void SetStatus( string status ); |
CanGoBack |
Indicates whether backward navigation is possible |
CanGoForward |
Indicates whether forward navigation is possible |
History |
Navigation History |
MainFormTitle |
Main form title |
NavigationButtons |
Should default navigation buttons be displayed? |
SecondaryFormTitle |
Secondary form title (document name) |
ShowPaneTitleInWindow |
Defines whether or not the pane title will be displayed |
SkinName |
Name of the skin to use |