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.
![]() |
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 To | non-replaced block-level elements and non-replaced inline-block elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0 |
Requirements
|
IDL |
|
|---|
Show:
