The SalQuickHTML type exposes the following members.

Properties

  NameDescription
Public propertyAddressBar
Returns the address bar control.
Public propertyAllowBrowserDrop
Public propertyBrowserName
The HTTP User-Agent header field to determine what type of Web client is making the request.
Public propertyFromName
Name that appears in the HTTP header From field.
Public propertyHomePage
Specified which URL page to load when the GoHome() function is executed.
Public propertyLinkColor
Color of the hyperlink text.
Public propertyLinkFollowedColor
Color of hyperlink text that has been followed by the user.
Public propertyLoadImages
Flag to determine if images are loaded and displayed.
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalUserControl.)
Public propertyPageURL
The URL of the currently visible page.
Public propertyProxyPort
Identifies the proxy port.
Public propertyProxyServerName
Identifies the proxy server name.
Public propertySaveDirectory
The default directory for downloads and saved files.
Public propertySearchPage
Specified which URL page to load when GoSearch() function is executed.
Public propertyShowAddressBar
Shows/Hides the address bar.
Public propertyShowStatusBar
Shows/Hides the statusbar.
Public propertyShowToolbar
Shows/Hides the toolbar.
Public propertyShowToolbarBack
Shows/Hides the back toolbar button.
Public propertyShowToolbarCopy
Shows/Hides the copy toolbar button.
Public propertyShowToolbarCut
Shows/Hides the cut toolbar button.
Public propertyShowToolbarForward
Shows/Hides the forward toolbar button.
Public propertyShowToolbarHome
Shows/Hides the home toolbar button.
Public propertyShowToolbarOpen
Shows/Hides the open toolbar button.
Public propertyShowToolbarPaste
Shows/Hides the paste toolbar button.
Public propertyShowToolbarRefresh
Shows/Hides the refresh toolbar button.
Public propertyShowToolbarSearch
Shows/Hides the search toolbar button.
Public propertyShowToolbarStop
Shows/Hides the stop toolbar button.
Public propertyStatusbar
Returns the statusbar control.
Public propertyToolbar
Returns the toolbar control.
Public propertyUserName
Identifies the user name for basic authentication to a page.
Public propertyUserPassword
Identifies the password for basic authentication to a page.
Public propertyWebBrowser
Returns the inner WebBrowser control.

See Also