Completed
Last Updated: 15 Dec 2015 14:11 by ADMIN
ADMIN
Anton
Created on: 03 Oct 2012 09:40
Category: RibbonBar
Type: Bug Report
2
FIX. RadRibbonForm - cannot hide the minimize and maximize buttons of the form in order to show the Form's help button
To Reproduce:
            this.AllowAero = false;
            this.radRibbonBar1.RibbonBarElement.RibbonCaption.MinimizeButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
            this.radRibbonBar1.RibbonBarElement.RibbonCaption.MaximizeButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
0 comments