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

306 B

OnVScrollShow

The virtual handler of the VScroll (vertical scroll) dependent control "Show" (vertical scroll bar show) internal event.

virtual bool  OnVScrollShow()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.