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

ControlBox Ribbonbar

1 Answer 39 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Hotel
Top achievements
Rank 1
Hotel asked on 16 Sep 2014, 04:38 PM
Greetings,

I wanted to ask how I can disable the buttons to close, minimize and maximize the RibbonBar Control

1 Answer, 1 is accepted

Sort by
0
Ralitsa
Telerik team
answered on 19 Sep 2014, 12:42 PM
Hi Hotel, 

Thank you for contacting us. 

You can disable the close, minimize and maximize button of RadRibbonBar using the following code snippet: 
this.radRibbonBar1.RibbonBarElement.RibbonCaption.CloseButton.Enabled = false;
this.radRibbonBar1.RibbonBarElement.RibbonCaption.MinimizeButton.Enabled = false;
this.radRibbonBar1.RibbonBarElement.RibbonCaption.MaximizeButton.Enabled = false;

Should you have further questions I would be glad to help. 
 
Regards,
Ralitsa
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
RibbonBar
Asked by
Hotel
Top achievements
Rank 1
Answers by
Ralitsa
Telerik team
Share this question
or