Retrieves whether the rule or style sheet is defined on the page or is imported.
Syntax
HTML N/A Scripting [ bReadOnly = ] object.readOnly
Possible Values
bReadOnly Boolean that specifies one of the following values:
false Rule or style sheet is obtained through a LINK object or the @import rule. true Rule or style sheet is defined on the page. The property is read-only with a default value of false.
Remarks
You cannot modify style sheets obtained through a LINK object or the @import rule while the designMode property is enabled. For more information, see MSHTML Editing.
Applies To
styleSheet, rule