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