Internet Explorer Embedded Tiling Engine Functions (Windows Embedded CE 6.0)
1/6/2010
This section contains the functions that you can use to interact with the Internet Explorer Embedded tiling engine.
In This Section
- CreateTileProxy
Creates a window for the host Web browser (TileHost) window and a proxy for that window. The proxy exposes functions for customizing the browser.
- ReleaseTileProxy
Releases the handle that CreateTileProxy creates.
- TPChangePos
Moves the viewport by a specified offset, displaying animation.
- TPChangeZoom
Zooms a rectangular area of the HTML page to fit the TileHost window, and displays animation.
- TPChangeZoomScale
Sets the zoom factor for a tile and animates the HTML window zooming in or out.
- TPForwardWindowInput
Forwards a message to the TileHost window.
- TPGetHostWindow
Gets the handle of the TileHost window associated with the TileProxy object.
- TPGetIsChanging
Indicates whether animation is occurring.
- TPGetViewDocSize
Gets the current size of the HTML page, multiplied by the current zoom factor.
- TPGetViewPosition
Gets the offset of the viewport.
- TPGetViewScale
Gets the current zoom factor.
- TPGetViewVisBounds
Retrieves the dimensions of the viewport, multiplied by the current zoom factor.
- TPGetWaitEvent
Gets a handle to an event that indicates the TileHost window should be updated.
- TPGetWaitTimeout
Gets the time-out interval for the TileProxy object.
- TPRedraw
Redraws the TileHost window.
- TPSetHtmlWindow
Sets the HTML window for the proxy. If you do not set the hHtmlWnd parameter with CreateTileProxy, then you must call this function.
- TPSetPageChanged
Updates the TileHost window when a Web page changes.
- TPSetView
Moves the viewport to the given position and sets the zoom factor.
- TPSetViewPosition
Moves the viewport directly to the given position..
- TPShowTileWindow
Shows or hides the tiling engine window.
- TPUpdate
Updates the TileHost window of a TileProxy object.
- TPWindowToPage
Converts points from a coordinate space that is relative to the screen to a coordinate space that is relative to the HTML window.
Reference
Internet Explorer Embedded Tiling Engine Reference
Related Sections
Customizing the Browser User Interface
Requirements
Windows Embedded CE | Windows Embedded CE 6.0 R3 |