[DllImport("user32.dll")]
static extern bool IsZoomed(IntPtr hWnd);
<DllImport("user32.dll", SetLastError:=True)> _
Public Function IsZoomed(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean
End Function
Public Declare Function IsZoomed Lib "user32" _
(ByVal hWnd As Long) As Long
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!
