This topic has not yet been rated - Rate this topic

defaultTextSelection property

Sets or retrieves whether to use the default text selection style and ignore all other properties of the IHTMLRenderStyle interface.

Syntax

HRESULT value = object.put_defaultTextSelection(BSTR v);HRESULT value = object.get_defaultTextSelection(BSTR* p);

Property values

Type: BSTR

One of the values in the Property Values section.

Remarks

When this property is set to true, the default text selection style is used and properties of the IHTMLRenderStyle interface are ignored.

The purpose of the IHTMLRenderStyle::defaultTextSelection property is to support the standard default text selection style.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.