The SalQuickHTML type exposes the following members.

Constructors

  NameDescription
Public methodSalQuickHTML
Default Constructor.

Methods

  NameDescription
Public methodBringWindowToTop
Brings a window to the top of all overlapping windows.
(Inherited from SalUserControl.)
Public methodCenterWindow
Centers a window. If the window is a top-level window, it centers it on the desktop. If the window is a child window, it centers it on top of its parent.
(Inherited from SalUserControl.)
Public methodClearCursor
Clears a window's cursor.
(Inherited from SalUserControl.)
Public methodDestroyWindow
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
(Inherited from SalUserControl.)
Public methodDisableWindow
Disables keyboard and mouse input to a window. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
(Inherited from SalUserControl.)
Protected methodDispose
Releases the unmanaged resources used by the SalQuickHTML and optionally releases the managed resources
(Overrides ContainerControl..::..Dispose(Boolean).)
Public methodEnableWindow
Enables keyboard and mouse input to a window.
(Inherited from SalUserControl.)
Public methodEnumLinks
Retrieves all links for a page
Public methodFindChild
This function finds a child window of a given name in the specified window.
(Inherited from SalUserControl.)
Public methodFormUnitsToPixels
Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.
(Inherited from SalUserControl.)
Public methodGetClassName
Return the name of a window's class as a string.
(Inherited from SalUserControl.)
Public methodGetControlType
Returns an object's type.
(Inherited from SalUserControl.)
Public methodGetCurrentURL
Returns the URL for the page.
Public methodGetFirstChild
Returns the handle of the first child window of the specified type. You can use this function to get the handles of MDI child windows.
(Inherited from SalUserControl.)
Public methodGetFont
Gets a window's font name, size, and enhancements.
(Inherited from SalUserControl.)
Public methodGetLocation
Returns a window's current position on the X and Y axes.
(Inherited from SalUserControl.)
Public methodGetName()()()()
Gets the name of an object.
(Inherited from SalUserControl.)
Public methodGetName(SalString%)
Gets the name of an object.
(Inherited from SalUserControl.)
Public methodGetNextChild
Returns the handle of the next child window that matches a specified type.
(Inherited from SalUserControl.)
Public methodGetPageTitle
Returns the page title.
Public methodGetParent
Returns the handle of an object's parent window.
(Inherited from SalUserControl.)
Public methodGetProperty(SalString)
Gets the value of a named property.
(Inherited from SalUserControl.)
Public methodGetProperty(SalString, SalString%)
Gets the value of a named property.
(Inherited from SalUserControl.)
Public methodGetSize
Returns a window's size.
(Inherited from SalUserControl.)
Public methodGetSource
Obtains the HTML for a specified page.
Public methodGetStatus
Returns the status code.
Public methodGetText(SalNumber)
Retrieves the text of a window.
(Inherited from SalUserControl.)
Public methodGetText(SalString%, SalNumber)
Retrieves the text of a window.
(Inherited from SalUserControl.)
Public methodGetWindowColor
Gets a window's color.
(Inherited from SalUserControl.)
Public methodGetWindowState
Returns a window's current state.
(Inherited from SalUserControl.)
Public methodGoHome
Displays the page specified by the HomePage property.
Public methodGoSearch
Displays the page specified by the SearchPage property.
Public methodHideWindow
Hides a window.
(Inherited from SalUserControl.)
Public methodInvalidateWindow
Causes a window to be repainted.
(Inherited from SalUserControl.)
Public methodIsDerivedFromClass
Determines whether a window is an instance of the specified class.
(Inherited from SalUserControl.)
Public methodIsEnabled
Determines whether a window is enabled for mouse and keyboard input.
(Inherited from SalUserControl.)
Public methodIsVisible
Determines whether a window is currently visible.
(Inherited from SalUserControl.)
Public methodKillTimer
Destroys an object's system timer.
(Inherited from SalUserControl.)
Public methodMoveWindow
Moves a window a given number of form units on the X and Y axes relative to its current position.
(Inherited from SalUserControl.)
Protected methodOnLoad (Overrides UserControl..::..OnLoad(EventArgs).)
Protected methodOnPaintBackground
Fires the internal PaintBackground event. This allows the handler component to take over the background painting of the form. This is primarily used to allow the SalQuickTabs control to paint transparent backgrounds.
(Inherited from SalUserControl.)
Public methodPageBackward
Displays the previous page from the history list.
Public methodPageCancel
Cancels loading the current page.
Public methodPageForward
Displays the next page from the history list.
Public methodPageLoad
Loads a specified page.
Public methodPageOpen
Opens a local html page.
Public methodPageReload
Reloads the current page.
Public methodPixelsToFormUnits
Computes the number of form units based on the number of pixels. Form units are a unit of measurement used by functions that move and position objects. Form units are computed using physical units (pixels) in conjunction with a window's font sizes.
(Inherited from SalUserControl.)
Public methodPostMessage
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
(Inherited from SalUserControl.)
Public methodSendMessage
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
(Inherited from SalUserControl.)
Public methodSendMessageToChildren
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
(Inherited from SalUserControl.)
Public methodSetContextMenu(Type, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalUserControl.)
Public methodSetContextMenu(SalString, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalUserControl.)
Public methodSetCursor(Int32, SalNumber)
Sets a window's cursor.
(Inherited from SalUserControl.)
Public methodSetCursor(SalResourceCursor, SalNumber)
Sets a window's cursor.
(Inherited from SalUserControl.)
Public methodSetCursor(SalString, SalNumber)
Sets a window's cursor from a string variable.
(Inherited from SalUserControl.)
Public methodSetCursorFile
Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.
(Inherited from SalUserControl.)
Public methodSetFocus
Sets the focus to a specified window.
(Inherited from SalUserControl.)
Public methodSetFont
Sets a window's font, font size, and font enhancements.
(Inherited from SalUserControl.)
Public methodSetLocation
Moves a window to a new position (x, y) on the X and Y axes.
(Inherited from SalUserControl.)
Public methodSetProperty
Sets the value of a named property.
(Inherited from SalUserControl.)
Public methodSetSize
Resizes a window.
(Inherited from SalUserControl.)
Public methodSetSource
Sets the source text to display
Public methodSetText
Sets the text of a window.
(Inherited from SalUserControl.)
Public methodSetTimer
Creates a system timer for a given object. When a timer event occurs, sends SAM_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created.
(Inherited from SalUserControl.)
Public methodSetWindowColor
Sets a window's color.
(Inherited from SalUserControl.)
Public methodShowWindow
Makes a window visible.
(Inherited from SalUserControl.)
Public methodTrackPopupMenu(Type, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalUserControl.)
Public methodTrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalUserControl.)
Public methodUpdateWindow
Forces the update of a window.
(Inherited from SalUserControl.)
Public methodWinHelp
Starts the Windows help system.
(Inherited from SalUserControl.)
Protected methodWndProc
Redirect Windows message to the implementation object.
(Inherited from SalUserControl.)
Public methodYield
Processes messages for this control.
(Inherited from SalUserControl.)

Fields

  NameDescription
Public field_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.
(Inherited from SalUserControl.)
Protected fieldm_salWindow
This is the basic implementation for all Sal controls. Every visual class uses SalWindow through delegation.
(Inherited from SalUserControl.)

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.

Events

  NameDescription
Public eventMessageActions (Inherited from SalUserControl.)
Public eventPaintBackground (Inherited from SalUserControl.)

See Also