Search code examples
c#.netwpfmouse-cursor

How to change default mouse cursor for the whole WPF application globally?


In my WPF application I am using only one mouse cursor.

Is there any way to change this cursor for the whole WPF application globally?


Solution

  • The Mouse.OverrideCursor method allows you to set the cursor for the entire application.