Share via


DTM_ENABLECLEARTYPE

Send Feedback

This message is sent by an application to enable ClearType® for HTML text rendering.

Syntax

DTM_ENABLECLEARTYPE
  wParam = 0;
  lParam = (LPARAM)(BOOL) bEnableClearType;

Parameters

  • bEnableClearType
    A Boolean that indicates whether to enable ClearType text rendering for the HTML control. If set to TRUE, ClearType is enabled. If set to FALSE, ClearType is not enabled.

Return Values

None.

Remarks

The following example shows how you might use this message.

SendMessage(hWndCtrl, DTM_ENABLECLEARTYPE, 0, (LPARAM)(BOOL)0);

Requirements

Pocket PC: Pocket PC 2000 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 | WC_HTML Windows styles

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.