| Member | Description |
|---|---|
Constructor |
Constructor |
pnlCategories |
Control reference |
pnlMain |
Control reference |
ClearNavigationBuffer |
Remove all (or some) of the navigation targets public sealed void ClearNavigationBuffer( NavigationDirection direction ); |
GetApplicationToolbarButtons |
This method is used by this form to load toolbar buttons that are application specific. public virtual void GetApplicationToolbarButtons( IToolbar toolbar ); |
GetSystemToolbarButtons |
This method is used by this form to load toolbar buttons that are always present. public virtual void GetSystemToolbarButtons( IToolbar toolbar ); |
GoBack |
Navigate back to previous location 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 location public sealed bool Navigate( string location ); |
NavigateHtml |
Provides HTML navigation features public virtual void NavigateHtml( string url ); |
CanGoBack |
Is there a location to go back to? |
CanGoForward |
Is there a location to go forward to? |
History |
Navigation History |
NavigationButtons |
Should forward/back buttons be displayed? |