| Member | Description |
|---|---|
Constructor |
|
GetApplicationToolbarButtons |
This method is used by this form to load toolbar buttons that are application specific. public sealed void GetApplicationToolbarButtons( IToolbar toolbar ); |
GetSystemToolbarButtons |
This method is used by this form to load toolbar buttons that are always present. public sealed void GetSystemToolbarButtons( IToolbar toolbar ); |
LoadContentPane |
This method handles the loading of a content pane public virtual bool LoadContentPane( IContentPane pane ); |
Navigate |
Triggers a navigation based on the specified URI public sealed bool Navigate( string uri, bool ignoreNavigationHistory ); |
NavigateHtml |
This method navigates to an HTML address public virtual void NavigateHtml( string url ); |
SizeContentPane |
Manual resize code for the content pane public virtual void SizeContentPane(); |
BackwardNavigationControls |
Array of controls used for backward navigation |
ForwardNavigationControls |
Array of controls used for backward navigation |
History |
Navigation history reference (needs to be set from a parent form). |
HtmlNavigator |
HTML navigator |
Toolbar |
Reference to an existing toolbar control |