Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.