readOnly property

[This documentation is preliminary and is subject to change.]

Retrieves whether the rule or style sheet is defined on the document or is imported.

Syntax

HRESULT value = object.get_readOnly(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Style sheet is defined in the document or imported.

VARIANT_TRUE (true)

Style sheet is linked to the document.

Standards information

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.

 

 

Build date: 6/12/2012