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

439 B

VScrolled (Get method)

Gets the flag indicating that vertical scroll bar is used.

bool  VScrolled()

Return Value

true - vertical scroll bar is used, otherwise - false.

VScrolled (Set method)

Sets the flag indicating that vertical scroll bar is used.

bool  VScrolled(
   const bool  flag      // flag
   )

Parameters

flag

[in]  Flag.

Return Value

true - successful, otherwise - false.