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

Show Help Button

2 Answers 97 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Nadia Sangiovanni
Top achievements
Rank 1
Nadia Sangiovanni asked on 26 Mar 2010, 04:33 PM
Hi!

I use rdaRibbonBar in my application and I would like to incorporate the Help Button at the right end of bar. I set the ShowHelpButton property to true. How I can catch when the user click on the button? For now it's only an ? image.

Thanks

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 29 Mar 2010, 02:30 PM
Hello Nadia Sangiovanni,

Thank you for contacting us.

You can access RadRibbonBar's HelpButton and create OnClick event. For example:
 
this.radRibbonBar1.HelpButton.Click+=new EventHandler(radButtonHelp_Click);
 
Hope this helps.


Greetings,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Nadia Sangiovanni
Top achievements
Rank 1
answered on 29 Mar 2010, 04:19 PM
Thank you Peter, it's work fine now!
Tags
RibbonBar
Asked by
Nadia Sangiovanni
Top achievements
Rank 1
Answers by
Peter
Telerik team
Nadia Sangiovanni
Top achievements
Rank 1
Share this question
or