GroupLab Widget Tap Library | |
Win32Helper.GetWindowStyle Method
Gets the windowing system style flags for a window.
public static
int GetWindowStyle(
IntPtr windowHandle);
Parameters
- windowHandle
- A window handle.
Return Value
The style flags, which is a 32-integer bitmask.
See Also
Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace