I am trying to set the mouse cursor of an UltraTextEditor to a Hand. When I do this on an UltraComboEditor it works the way I would expect (having the hand show up on every part of the control). When I set it on the UltraTextEditor it only shows up on the borders of the editor. What can I do to make the mouse cursor show up appropriately on all portions of the control?
Version 7.3.20073.38 for Microsoft .NET 2.0
This looks like a bug and should be submitted to Developer Support. Unfortunately, I can't seem to find a workaround, since even explicitly setting the Cursor of the underlying .NET TextBox doesn't seem to have any effect.
-Matt