Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CustomizeClearType method

Not supported. Sets a registry value to turn ClearType on or off.

Syntax


HRESULT retVal = object.CustomizeClearType(fSet);

Parameters

fSet [in]

Type: VARIANT_BOOL

One of the following values:

VARIANT_TRUE (true)

Always use ClearType for HTML.

VARIANT_FALSE (false)

Do not use ClearType for HTML.

Remarks

CustomizeClearType was introduced in Windows Internet Explorer 7.

This method can only be called from a "first run" page in the correct domain.

 

 

Show:
© 2017 Microsoft