I've added an UltraDropDownButton to a form. At design time, it looks like a button, but at run time, only the button text and the arrow appear until the user hovers over the control. Is there any way to make the normal button elements appear (like a border), without hovering over the control?
Hi asteingart53,
This behavior is not actually extended by default from the UltraDropDownButton control, but it is possible to maintain this appearance by the use of a DrawFilter implementation.
I have attached a commented sample which demonstrates one such approach.
Please find the sample attached and if you have any further questions regarding this behavior in the meantime, please let me know.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Hi,
I am using a UltraDropDownButton as an "ok" button, but like the origonal poster the appearance was not as a button. I have implemented this solution but the "button" dose not match the cancel button next to it. FYI I am using windows 7.
Steven