top
Expand Minimize
This topic has not yet been rated - Rate this topic

msBoxFlex property

Do not use. This property has been replaced by the -ms-flex 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 whether the width or height of a child element is flexible based on the space available in the object. This value also indicates the proportion of space available that is allocated to the child element.

This property is read/write.

Flexible Box Layout Module, Section 5Internet Explorer 10

Syntax

HRESULT put_msBoxFlex(
  [in]           BSTR v
);

HRESULT get_msBoxFlex(
  [out, retval]  BSTR *p
);

Property values

Type: BSTR

A floating point value that indicates the relative flexibility of a child element.

A value of 0.0 indicates the element is not flexible. Any other value indicates the relative flexiblity of the child element compared to the flexibility of other child elements.

A negative value is not valid.

String format

<integer>

CSS information

Applies Toin-flow children of box elements
Mediavisual
Inheritedno
Initial Value0.0

Standards information

Requirements

Minimum supported client

Windows 8 with SP1

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.