C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLTxtRange Interface : scrollIntoView Method |
scrollIntoView
method of IHTMLTxtRange
interface.
'Declaration Sub scrollIntoView( _ ByVal fStart As System.Boolean _ )
void scrollIntoView( System.bool fStart )
An original IDL definition of scrollIntoView
method was the following: HRESULT scrollIntoView ([optional, defaultvalue(-1)] VARIANT_BOOL fStart)
;