Click or drag to resize

JCWindowsManagerGWL Enumeration


Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.7.230503-5b2d77f31cef8c4bcaa15ef3ad392561e9e38aa6
Syntax
public enum GWL
Members
Member nameValueDescription
WS_OVERLAPPED0https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_WNDPROC-4https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_HINSTANCE-6https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_HWNDPARENT-8https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_ID-12https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_STYLE-16https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_EXSTYLE-20https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
GWL_USERDATA-21https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_TABSTOP65,536https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_MAXIMIZEBOX65,536https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_GROUP131,072https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_MINIMIZEBOX131,072https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_THICKFRAME262,144https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_SYSMENU524,288https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_HSCROLL1,048,576https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_VSCROLL2,097,152https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_DLGFRAME4,194,304https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_BORDER8,388,608https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_CAPTION12,582,912https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_MAXIMIZE16,777,216https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_CLIPCHILDREN33,554,432https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_CLIPSIBLINGS67,108,864https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_DISABLED134,217,728https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_VISIBLE268,435,456https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_MINIMIZE536,870,912https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_CHILD1,073,741,824https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_CHILDWINDOW1,073,741,824https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
WS_POPUP2,147,483,648https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles
See Also