An NDoc Documented Class Library

WindowsConstants.WS_HSCROLL Field

[Visual Basic]
Public const WS_HSCROLL As Long = 1048576
[C#]
public const long WS_HSCROLL = 1048576;
[C++]
public: const __int64 WS_HSCROLL = 1048576;
[JScript]
public const var WS_HSCROLL: long = 1048576;

See Also

WindowsConstants Class | White.Core.InputDevices Namespace