WebBrowserExtensions
Wisej.Web.Markup.WebBrowserExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.WebBrowserExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the BorderStyle property of the specified .
TWebBrowser
webBrowser
The web browser for which to set the BorderStyle property.
borderStyle
Returns: . The modified web browser with the updated BorderStyle property.
This method allows you to specify the border style for the web browser.
TWebBrowser
webBrowser
The web browser to attach the event handler to.
action
An action to execute when the document has completed loading.
This method allows you to execute a custom action whenever the document in the web browser completes loading.
TWebBrowser
webBrowser
The web browser for which to set the ScrollBarsEnabled property.
scrollBarsEnabled
A boolean indicating whether scroll bars are enabled.
This method allows you to enable or disable scroll bars in the web browser.
TWebBrowser
webBrowser
The web browser for which to set the Url property.
url
The URL to navigate to, as a string.
This method allows you to navigate the web browser to a specified URL using a string.
TWebBrowser
webBrowser
The web browser for which to set the Url property.
url
The type of the web browser, must inherit from .
The to set for the web browser.
Attaches an event handler for the DocumentCompleted event of the specified .
The type of the web browser, must inherit from .
Returns: . The modified web browser with the attached DocumentCompleted event handler.
Sets the ScrollBarsEnabled property of the specified .
The type of the web browser, must inherit from .
Returns: . The modified web browser with the updated ScrollBarsEnabled property.
Sets the Url property of the specified using a string.
The type of the web browser, must inherit from .
Returns: . The modified web browser with the updated Url property.
Sets the Url property of the specified using a .
The type of the web browser, must inherit from .
The URL to navigate to, as a .
Returns: . The modified web browser with the updated Url property.
This method allows you to navigate the web browser to a specified URL using a .