[DllImport("user32.dll", SetLastError = true)] public static extern bool IsMenu( IntPtr hMenu );
Microsoft documentation: Linkarrow-up-right
Last updated 2 years ago