IsMenu

[DllImport("user32.dll", SetLastError = true)]
public static extern bool IsMenu(
   IntPtr hMenu
);

Microsoft documentation: Link

Last updated