SalQuickHTML
PPJ.Runtime.Windows.QO.SalQuickHTML
Last updated
PPJ.Runtime.Windows.QO.SalQuickHTML
Last updated
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
Web Browser Control.
Default Constructor.
: Returns the address bar control.
: Enables or disables drag & drop on the inner web browser. It cannot be re-enabled at runtime after it has been disabled. (Default: False
)
See https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx
Retrieves all links for a page
sLinks
sText
sURL
sTitle
sHTML
Returns the status code.
Displays the page specified by the HomePage property.
Displays the page specified by the SearchPage property.
Displays the previous page from the history list.
Cancels loading the current page.
Displays the next page from the history list.
Loads a specified page.
sURL
Opens a local html page.
Reloads the current page.
Sets the source text to display
sPath
sSource
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.
: Gets or sets the browser emulation version.
: The HTTP User-Agent header field to determine what type of Web client is making the request. (Default: ""
)
: Name that appears in the HTTP header From field. (Default: ""
)
: Specified which URL page to load when the GoHome() function is executed. (Default: ""
)
: Color of the hyper link text.
: Color of hyper link text that has been followed by the user.
: Flag to determine if images are loaded and displayed. (Default: True
)
: The URL of the currently visible page. (Default: ""
)
: Identifies the proxy port. (Default: 0
)
: Identifies the proxy server name. (Default: ""
)
: The default directory for downloads and saved files. (Default: ""
)
: Specified which URL page to load when GoSearch() function is executed. (Default: ""
)
: Shows/Hides the address bar. (Default: True
)
: Shows/Hides the status bar. (Default: True
)
: Shows/Hides the toolbar. (Default: True
)
: Shows/Hides the back toolbar button. (Default: True
)
: Shows/Hides the copy toolbar button. (Default: True
)
: Shows/Hides the cut toolbar button. (Default: True
)
: Shows/Hides the forward toolbar button. (Default: True
)
: Shows/Hides the home toolbar button. (Default: True
)
: Shows/Hides the open toolbar button. (Default: True
)
: Shows/Hides the paste toolbar button. (Default: True
)
: Shows/Hides the refresh toolbar button. (Default: True
)
: Shows/Hides the search toolbar button. (Default: True
)
: Shows/Hides the stop toolbar button. (Default: True
)
: Returns the status bar control.
: Returns the toolbar control.
: Gets or sets the user agent string.
: Identifies the user name for basic authentication to a page. (Default: ""
)
: Identifies the password for basic authentication to a page. (Default: ""
)
: Returns the inner WebBrowser control.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .