DTM_ENABLECLEARTYPE
4/8/2010
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 Value
None.
Remarks
The following example shows how you might use this message.
SendMessage(hWndCtrl, DTM_ENABLECLEARTYPE, 0, (LPARAM)(BOOL)0);
Requirements
Header | htmlctrl.h |
Library | htmlctrl.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |