readOnly property
Retrieves whether the rule or style sheet is defined on the document or is imported.
Syntax
HRESULT value = object.get_readOnly(* p);
Property values
Type: VARIANT_BOOL
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Remarks
You cannot modify style sheets obtained through a link object or the @import rule while the IHTMLDocument2::designMode property is enabled. For more information, see Introduction to MSHTML Editing.
Show: