IHTMLStyleEnabled interface

Provides an interface for style objects.

Members

The IHTMLStyleEnabled interface inherits from the IDispatch interface. IHTMLStyleEnabled also has these types of members:

  • Methods

Methods

The IHTMLStyleEnabled interface has these methods.

Method Description
msGetPropertyEnabled

Returns whether a given property in the style object is enabled.

msPutPropertyEnabled

Sets whether a given property in the style object is enabled.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch