msBoxDirection property
Do not use. This property has been replaced by the -ms-flex-direction 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 display order (along the axis defined by the IHTMLCSSStyleDeclaration::msBoxOrient property) of all child elements of the object.
This property is read/write.
Syntax
HRESULT put_msBoxDirection(
[in] BSTR v
);
HRESULT get_msBoxDirection(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The display order.
String format
normal | reverse | inherit
CSS information
Applies To | box elements |
Media | visual |
Inherited | no |
Initial Value | normal |
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 |