msGridLayer property
Do not use. This property's functionality has been replaced by the IHTMLRuleStyle::zIndex property, and is no longer recognized by Windows Internet Explorer. To ensure compatibility in the future, applications using this property should be updated accordingly. Gets or sets a value that specifies the layer (z-index) of the object within the grid cell.
This property is read/write.
Syntax
HRESULT put_msGridLayer(
[in] BSTR v
);
HRESULT get_msGridLayer(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The layer.
String format
<integer>
CSS information
Applies To | grid item elements |
Media | visual paged |
Inherited | no |
Initial Value | 0 |
Standards information
- CSS Grid Layout, Section 8
Remarks
The default value for the IHTMLCSSStyleDeclaration2::msGridLayer property is 0.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |