Ahmed Ovais
Top achievements
Rank 1
Ahmed Ovais
asked on 01 Jul 2008, 08:44 AM
I am trying to hide the start button in the ribbon control is it even possible?
8 Answers, 1 is accepted
0
Hi Ahmed,
Thank you for contacting us.
You can access the application menu through the RibbonBarElement.ApplicationButtonElement property.
Consider the code snippet below:
Please let me know if you need further assistance.
Regards,
Jack
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Thank you for contacting us.
You can access the application menu through the RibbonBarElement.ApplicationButtonElement property.
Consider the code snippet below:
this.radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Collapsed; |
Please let me know if you need further assistance.
Regards,
Jack
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Ahmed Ovais
Top achievements
Rank 1
answered on 02 Jul 2008, 03:55 AM
thank you very much that was quick.
0
Bill
Top achievements
Rank 1
answered on 21 Oct 2008, 01:36 PM
I tried the code snippet and get a protected friend error.
0
Bill,
what version of our controls are you using? The code below relates to Q1 2008 SP1.
Regards,
Vassil
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
what version of our controls are you using? The code below relates to Q1 2008 SP1.
Regards,
Vassil
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Bill
Top achievements
Rank 1
answered on 21 Oct 2008, 03:35 PM
Version Q4 2006 from the 2008 Express Registration Benefit page
0
Hi Bill,
Please update to our latest release to take advantage of this feature. You will find it in your Client.net account --> My Purchases.
We will help you in the process if you have any questions.
Regards,
Nick
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please update to our latest release to take advantage of this feature. You will find it in your Client.net account --> My Purchases.
We will help you in the process if you have any questions.
Regards,
Nick
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Joachim
Top achievements
Rank 1
answered on 04 Apr 2009, 09:35 AM
Hello Nick,
I'm using the Q4 2006 version from the 2008 Express Registration Benefit page too, but I cannot find any newer release in my client.net account.
Regards,
Joachim
I'm using the Q4 2006 version from the 2008 Express Registration Benefit page too, but I cannot find any newer release in my client.net account.
Regards,
Joachim
0
Hello Joachim,
Thank you for your interest in our controls.
Bill is a Telerik customer and as such, he has access to the newer versions of our tools. You can nevertheless test your case with the latest trial version of RadRibbonBar. You will need to log in your Telerik account and download the trial of RadControls for WinForms. Unfortunately, we do not have a newer version of RadRibbonBar as a Registration Benefit. When you log in your Telerik account you need to click on Free Trials link and then click on RadControls for WinForms link.
Let us know whether the newer version solves this problem.
Regards,
Nick
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Thank you for your interest in our controls.
Bill is a Telerik customer and as such, he has access to the newer versions of our tools. You can nevertheless test your case with the latest trial version of RadRibbonBar. You will need to log in your Telerik account and download the trial of RadControls for WinForms. Unfortunately, we do not have a newer version of RadRibbonBar as a Registration Benefit. When you log in your Telerik account you need to click on Free Trials link and then click on RadControls for WinForms link.
Let us know whether the newer version solves this problem.
Regards,
Nick
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.