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

Hide Start Button

1 Answer 352 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
FMorales
Top achievements
Rank 1
FMorales asked on 31 Mar 2016, 02:33 PM

Hi, 

I am trying to disable/hide the button to show the "Start Menu" but I am not able to do it, I have tryed for example to put in "StartmenuWidth property "0" and choose no imagen but the control always show the "Telerik" logo.

How could I diseble this button/icon?

 Thanks

Francisco

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 04 Apr 2016, 01:26 PM
Hello Francisco,

Thank you for writing.

In order to achieve this task, you would need to set the Visibility of the start button to Hidden. Please check my code snippet below: 
this.radRibbonBar1.RibbonBarElement.ApplicationButtonElement.Visibility = Telerik.WinControls.ElementVisibility.Hidden;

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
RibbonBar
Asked by
FMorales
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or