Fixed:
- Context menu was available only with events enabled.
- Top level menu items did not display images.
New:
- AllowDrop property - Gets or sets a value indicating whether the WebBrowser control navigates to documents that are dropped onto it.
- AllowNavigation property - Gets or sets a value indicating whether the control can navigate to another page after its initial page has been loaded.
- ShortcutsEnabled property - Gets or sets a value indicating whether keyboard shortcuts are enabled within the WebBrowser control.
- IsBusy property - Gets a value indicating whether the WebBrowser control is currently loading a new document.
- IsOffline property - Gets a value indicating whether the WebBrowser control is in offline mode.
- StatusText property - Gets the status text of the WebBrowser control.
- StatusTextChanged event - Occurs when the StatusText property value changes.
Updated:
- EasyHtml_demo.app, WebBrowser procedure: status text is displayed in status bar of main frame.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan. |