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

Radtoolstrip

1 Answer 99 Views
Toolstrip (obsolete as of Q3 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bhogavalli
Top achievements
Rank 1
bhogavalli asked on 18 Nov 2010, 05:38 AM
hi team,

toolstrip for q2 relase.

After closeing a radtoolstrip .I mean when it is floating and closed.I need to show again.

please let  me know on closing i wan to hide and show again the same toolstrip.

Thanks
suresh.

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 23 Nov 2010, 03:55 PM
Hello bhogavalli,

Thank you for your question.

You can make floating strips visible again from the Customize dialog. It can be opened from the drop-down menu of the overflow button of a strip item or by using the following code:

radToolStrip1.ToolStripManager.OverFlowDialog.CleadDataFromPanel();
radToolStrip1.ToolStripManager.OverFlowDialog.LoadDataInPanel();
radToolStrip1.ToolStripManager.OverFlowDialog.ShowDialog();
 
Hope this helped you. Do not hesitate to write back if you have any further questions.

Sincerely yours,
Ivan Todorov
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
Tags
Toolstrip (obsolete as of Q3 2010)
Asked by
bhogavalli
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or