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

hide the controlbox of mdichild from Rad Menu

1 Answer 118 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sarani Ravindran
Top achievements
Rank 1
Sarani Ravindran asked on 26 Nov 2009, 06:18 AM
How to hide the controlbox of mdichild from Rad Menu.......... tried some solutions but not yet success

any help would be appreciated....

1 Answer, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 30 Dec 2009, 09:42 PM
Hello Sarani Ravindran,

The ControlBox for the RadMenu can be easily hidden through the use of the following code:

radMenu1.MenuElement.MinimizeButton.Visibility = Telerik.WinControls.ElementVisibility.Hidden; 
radMenu1.MenuElement.MaximizeButton.Visibility = Telerik.WinControls.ElementVisibility.Hidden; 
radMenu1.MenuElement.CloseButton.Visibility = Telerik.WinControls.ElementVisibility.Hidden; 

- Robert
Tags
Menu
Asked by
Sarani Ravindran
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Share this question
or