SalQuickHTML
PPJ.Runtime.Windows.QO.SalQuickHTML
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
Web Browser Control.
public class SalQuickHTML : SalUserControlPublic Class SalQuickHTML
Inherits SalUserControlConstructors
SalQuickHTML()
Default Constructor.
Properties
AddressBar
ToolStrip: Returns the address bar control.
AllowBrowserDrop
Boolean: Enables or disables drag & drop on the inner web browser. It cannot be re-enabled at runtime after it has been disabled. (Default: False)
BrowserEmulation
Int32: Gets or sets the browser emulation version.
See https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx
BrowserName
String: The HTTP User-Agent header field to determine what type of Web client is making the request. (Default: "")
FromName
String: Name that appears in the HTTP header From field. (Default: "")
HomePage
String: Specified which URL page to load when the GoHome() function is executed. (Default: "")
LinkColor
Int32: Color of the hyper link text.
LinkFollowedColor
Int32: Color of hyper link text that has been followed by the user.
LoadImages
Boolean: Flag to determine if images are loaded and displayed. (Default: True)
PageURL
String: The URL of the currently visible page. (Default: "")
ProxyPort
Int32: Identifies the proxy port. (Default: 0)
ProxyServerName
String: Identifies the proxy server name. (Default: "")
SaveDirectory
String: The default directory for downloads and saved files. (Default: "")
SearchPage
String: Specified which URL page to load when GoSearch() function is executed. (Default: "")
ShowAddressBar
Boolean: Shows/Hides the address bar. (Default: True)
ShowStatusBar
Boolean: Shows/Hides the status bar. (Default: True)
ShowToolbar
Boolean: Shows/Hides the toolbar. (Default: True)
ShowToolbarBack
Boolean: Shows/Hides the back toolbar button. (Default: True)
ShowToolbarCopy
Boolean: Shows/Hides the copy toolbar button. (Default: True)
ShowToolbarCut
Boolean: Shows/Hides the cut toolbar button. (Default: True)
ShowToolbarForward
Boolean: Shows/Hides the forward toolbar button. (Default: True)
ShowToolbarHome
Boolean: Shows/Hides the home toolbar button. (Default: True)
ShowToolbarOpen
Boolean: Shows/Hides the open toolbar button. (Default: True)
ShowToolbarPaste
Boolean: Shows/Hides the paste toolbar button. (Default: True)
ShowToolbarRefresh
Boolean: Shows/Hides the refresh toolbar button. (Default: True)
ShowToolbarSearch
Boolean: Shows/Hides the search toolbar button. (Default: True)
ShowToolbarStop
Boolean: Shows/Hides the stop toolbar button. (Default: True)
Statusbar
StatusBar: Returns the status bar control.
Toolbar
ToolStrip: Returns the toolbar control.
UserAgent
String: Gets or sets the user agent string.
UserName
String: Identifies the user name for basic authentication to a page. (Default: "")
UserPassword
String: Identifies the password for basic authentication to a page. (Default: "")
WebBrowser
WebBrowser: Returns the inner WebBrowser control.
Methods
EnumLinks(sLinks, sText)
Retrieves all links for a page
Returns: SalNumber.
GetCurrentURL(sURL)
Returns: SalNumber.
GetPageTitle(sTitle)
Returns: SalNumber.
GetSource(sHTML)
Returns: SalNumber.
GetStatus()
Returns the status code.
Returns: SalNumber.
GoHome()
Displays the page specified by the HomePage property.
Returns: SalNumber.
GoSearch()
Displays the page specified by the SearchPage property.
Returns: SalNumber.
PageBackward()
Displays the previous page from the history list.
Returns: SalNumber.
PageCancel()
Cancels loading the current page.
Returns: SalNumber.
PageForward()
Displays the next page from the history list.
Returns: SalNumber.
PageLoad(sURL)
Loads a specified page.
Returns: SalNumber.
PageOpen()
Opens a local html page.
Returns: SalNumber.
PageReload()
Reloads the current page.
Returns: SalNumber.
SetSource(sPath, sSource)
Sets the source text to display
Returns: SalNumber.
Implements
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.
Last updated