We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Group buttons

Can i achieve such behavior with Syncfusion components:
have a group of button so that when i press on one of them all the others are unpressed.
And on each button i want a pressed image, a over image, a normal image
Thanks

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon