Change cursor

Is there a way to change the cursor in a WPF/E window? I've tried doing it via JavaScript events (setting cursor to "hand" for instance) but it doesn't seem to pick it up. Is it possible to do that and I'm just doing it wrong (wouldn't be the first time :-)).

[283 byte] By [DanWahlin] at [2008-2-15]
# 1

No, not in the December CTP. This will be coming in the next CTP.

-mark
Program Manager
Microsoft
This post is provided "as-is"

MarkRideout at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 2
Good deal....I can stop wasting time on it then. Thanks for the quick response.
DanWahlin at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...
# 3
You can achieve a similar effect by attaching an object to the cursor (draging it with the default cursor)
BarakCohen at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) Developer Issues...