Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3985-standardlibrary-controls-cwndclient-cwndclientonscrolllinedown.md
T
2026-06-23 21:47:51 +08:00

323 B

OnScrollLineDown

The virtual handler of the VScroll (vertical scroll) dependent control "ScrollLineDown" (vertical scroll line down) internal event.

virtual bool  OnScrollLineDown()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.