Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > Radtoolstrip

Not answered Radtoolstrip

Feed from this thread
  • bhogavalli avatar

    Posted on Nov 17, 2010 (permalink)

    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.

    Reply

  • Ivan Todorov Ivan Todorov admin's avatar

    Posted on Nov 23, 2010 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Toolstrip (obsolete as of Q3 2010) > Radtoolstrip