Hi, I would like to know if it is possible to replace the cursor with a custom cursor when dragging item from this UltraExplorerBar.
What I really want to do is disallow drag and drop within the explorer bar, but when you drag an item from the explorer bar that I can substitute the cursor with the bitmap I have displayed on each of the items on the explorer bar. I've tried the ItemDragging event but the cursor keeps being replaced by the Cursors.No
Hello ehan,
A possible approach to achieve something like the desired behavior would be to use CursorFilter, you could read about it at the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Win_Cursor_Filter.html.
You cannot replace the stop sign cursor because it indicates the places where you are not able to drop the element.
Please do not hesitate to contact me if you need any additional assistance.
Thanks, but that solution will not help me. I'll will try to create a transparent form or object that moves around when I start dragging something from the explorer bar.
So on that note. Is there a way to tell the explorer bar that I could drag an drop the item to somewhere outside a explorer bar? For example, I have an ultra panel on the form and I want the panel to "highlight" when the mouse hover over in the drag mode and I also want the cursor to change saying that this is a place you can drag to.
Thanks
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Thanks, this is something like what I've implemented to get the panel to highlight on drag. I still wanted to know how to move a opaque object when dragging occurs, but it is fine for now. Thanks
Please take a look now.
Thanks for responding, but I don't see the attachment