ShowOwnedPopups

[DllImport("user32.dll", SetLastError = true)]
public static extern bool ShowOwnedPopups(
   IntPtr hWnd,
   bool fShow
);

Microsoft documentation: Linkarrow-up-right

Last updated