msScrollBoundaryTop property

Do not use. This property has been replaced by the -ms-scroll-limit-y-min 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 minimum value for the IHTMLElement2::scrollTop property.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_msScrollBoundaryTop(
  [in]  any val
);

HRESULT get_msScrollBoundaryTop(
  [out] any **ptr
);

Property values

Type: any

String format

<width>

CSS information

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

Requirements

IDL

Mshtml.idl

 

 

Show: