SHAutoComplete

[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern int SHAutoComplete(
   IntPtr hwndEdit,
   SHACF dwFlags
);

Microsoft documentation: Link

Last updated