This is a migrated thread and some comments may be shown as answers.

Call Togglebutton click from other button

1 Answer 77 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
HDS
Top achievements
Rank 1
HDS asked on 27 Feb 2009, 09:29 AM
Hello,

I want to call the routine

 


Private
Sub cmd_StartStop_1A_ToggleStateChanged(ByVal sender As System.Object, ByVal args As Telerik.WinControls.UI.StateChangedEventArgs) Handles cmd_StartStop_1A.ToggleStateChanged

after a click on an other button. Is this possible?

 

1 Answer, 1 is accepted

Sort by
0
Boyko Markov
Telerik team
answered on 02 Mar 2009, 03:35 PM
Hi HDS,

Yes, it is possible. The ToggleStateChanged event is fired when the ToggleState property of the toggle button is set.  The solution is to set the ToggleState property in the click event handler of some other button.

Please let me know if you need more assistance. 


Best wishes,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
HDS
Top achievements
Rank 1
Answers by
Boyko Markov
Telerik team
Share this question
or