I have a UltraTextEditor with a button on the right(a button collection in UltraTextEditor). How can I catch the event if the user will click that button? I cant find the toolclick in the event list..
What you are looking for is the EditorButtonClick event of ultraTextEditor :)))
Stefaniya,
Developer Support Engineer
Infragistics
www.infragistics.com/support
I've tried refering the button like
myUltraTextboxEditor.ButtonsRIght[0]
but there is not event that match the click event to satisfy my criteria..
ahhh..the EditorButtonClick is found at the event list...
problem solved