GroupLab Widget Tap Library | |
Win32Helper.SetTransparentExtendedStyle Method
Sets the given window to have the transparent style, which causes it to ignore mouse input.
public static
void SetTransparentExtendedStyle(
IntPtr windowHandle,
bool b);
Parameters
- windowHandle
- A window handle.
- b
- A value that controls whether the window has the transparent style.
See Also
Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace