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

310 B

OnHScrollHide

The virtual handler of the HScroll (horizontal scroll) dependent control "Hide" (horizontal scroll bar hide) internal event.

virtual bool  OnHScrollHide()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.