quotes property
Sets or retrieves the pairs of strings to be used as quotes in generated content.
Syntax
HRESULT value = object.put_quotes( v);HRESULT value = object.get_quotes(* p);
Property values
Type: BSTR
[<string> <string>]+ ([<string> <string>]+)
The "open-quote" and "close-quote" values are taken from the specified list of pairs of quotation marks.
none (none)
The "open-quote" and "close-quote" values produce no quotation marks.
String format
[ <string> <string> ]+| none
CSS information
Applies To | All elements |
Media | visual |
Inherited | no |
Initial Value |
Standards information
- CSS 2.1, Section 12.3
Remarks
IE8 Standards mode rendering is required.
Pairs of strings are required if the value is not none
.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |