共用方式為


DTM_ZOOMLEVEL

Send Feedback

This message is sent by an application to specify the zoom level (0-4).

Syntax

DTM_ZOOMLEVEL
  wParam = 0;
  lParam = (LPARAM)(DWORD) dwZoomLevel;

Parameters

  • dwZoomLevel
    A number from 0 – 4 specifying the zoom level. 0 = Smallest, 1 = Smaller, 2 = Medium, 3 = Large, and 4 = Largest.

Return Values

None.

Remarks

The following example shows how you might use this message.

SendMessage(pGV->HTMLhWnd, DTM_ZOOMLEVEL, 0, (LPARAM)2);

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: htmlctrl.h
Library: htmlctrl.lib

See Also

HTML Control API Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.