DoReaderMode

[DllImport("Comctl32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool DoReaderMode(
   IntPtr hwnd,
   uint dwFlags
);

Microsoft documentation: Link

Last updated