[Visual Basic] Public const WS_VSCROLL As Long = 2097152 [C#] public const long WS_VSCROLL = 2097152; [C++] public: const __int64 WS_VSCROLL = 2097152; [JScript] public const var WS_VSCROLL: long = 2097152;
WindowsConstants Class | White.Core.InputDevices Namespace