msScrollBoundary property

Do not use. This property has been replaced by the -ms-scroll-limit 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 shorthand value that sets values for the IHTMLCSSStyleDeclaration2::msScrollBoundaryTop, IHTMLCSSStyleDeclaration2::msScrollBoundaryRight, IHTMLCSSStyleDeclaration2::msScrollBoundaryBottom, and IHTMLCSSStyleDeclaration2::msScrollBoundaryLeft properties.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_msScrollBoundary(
  [in]  DOMString val
);

HRESULT get_msScrollBoundary(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

-ms-scroll-boundary-top -ms-scroll-boundary-right -ms-scroll-boundary-bottom -ms-scroll-boundary-left

CSS information

Applies Tonon-replaced block-level elements and non-replaced inline-block elements
Mediavisual
Inheritedno
Initial Value0

Requirements

IDL

Mshtml.idl

 

 

Show: