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