Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3944-standardlibrary-controls-cscroll-cscrollonchangepos.md
T
2026-06-23 21:47:51 +08:00

262 B

OnChangePos

The virtual handler of the control "ChangePos" (position change) internal event.

virtual bool  OnChangePos()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.