msBoxOrdinalGroup property
Do not use. This property has been replaced by the -ms-flex-order 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 ordinal group that a child element of the object belongs to. This ordinal value identifies the display order (along the axis defined by the IHTMLCSSStyleDeclaration::msBoxOrient property) for the group.
This property is read/write.
Syntax
HRESULT put_msBoxOrdinalGroup(
[in] BSTR v
);
HRESULT get_msBoxOrdinalGroup(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The ordinal group number.
String format
<integer>
CSS information
Applies To | children of box elements |
Media | visual |
Inherited | no |
Initial Value | 1 |
Standards information
- Flexible Box Layout Module, Section 3
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |