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?
The Mouse.OverrideCursor method allows you to set the cursor for the entire application.
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?
The Mouse.OverrideCursor method allows you to set the cursor for the entire application.
精彩评论