'DeclarationPublic Shared Function IsWindowEnabled( _ ByVal hWnd As System.IntPtr _ ) As System.Boolean
'UsageDim hWnd As System.IntPtr Dim value As System.Boolean value = NUser32.IsWindowEnabled(hWnd)
public static System.bool IsWindowEnabled( System.IntPtr hWnd )
Parameters
- hWnd