[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;
WindowsConstants Class | White.Core.InputDevices Namespace