'Declaration
Public Shared Function IsMenu( _ ByVal hwnd As System.IntPtr _ ) As System.Boolean
'Usage
Dim hwnd As System.IntPtr Dim value As System.Boolean value = NUser32.IsMenu(hwnd)
public static System.bool IsMenu( System.IntPtr hwnd )
Parameters
- hwnd