AR
Anupama Roy
Syncfusion Team
October 25, 2006 01:19 PM UTC
Hi John,
Currently we do not have direct properties to set images depending on the state as you said.However,you can have a pressed effect by setting property PushButton to true.
this.buttonAdv1.PushButton = true;
And you can get the ButtonAdv's current state using buttonAdv1.State property with states Default,Pressed and MouseHover.Also,you can handle MouseHover and MouseLeave events accordingly inorder to change the image index of the controls ImageList.
I will go ahead and log a feature request for this and will try our very best to implement in future.
Thanks for choosing Syncfusion products.
Regards,
Anu.