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