Hi,
i want to know if there is a simple way, with infragistics 10.2, to animate transition fade from the backgroundcolor apparence to backgroundcolor hottrackappearence of an ultrabutton control, when the mouse is over.
Thanks
Thanks Brian for the quick reply!
I was hoping there was a one-touch setting that will enable this behavior.
The proposed solutions is not simple and quick as i want....however I need to create a new user control that inherited the ultrabutton class and implement the design pattern that you have shown me, to have this behavior for each custom button in my winform application.
I suggest you this may be a new feature easy to implement in the next release of Infragistics, and with a good final graphic effect
I guess it depends on what you consider to be simple...there is no one-touch setting that will enable this behavior, but this problem can be solved with a fairly simple design pattern. In short, you handle MouseEnter, start a timer, and in the timer's Tick event you transition between the two colors. Note that with this approach you would also handle MouseLeave to restore the color.