Creating a floating RadToolStrip
|
Article relates to
|
r.a.d controls for WinForms
|
|
Created by
|
Boyko Markov, Telerik
|
|
Last modified
|
February, 2, 2007
|
|
Last modified by
|
Boyko Markov, Telerik
|
HOW-TO
Create a floating toolStrip
SOLUTION
- Drag and drop a new RadToolStrip instance from the VS2005 toolbox
- Set the AllowFloating and AllowDragging properties to true:
| RadToolStrip.AllowFloating = true ; |
| RadToolStrip.AllowDragging = true ; |
- Create a new DockSite:
| RadToolStripDockSite dockSite = new RadToolStripDockSite(); |
- Add your toolStrip to the created dockSite:
| dockSite.AddToolStrip( RadToolStrip ); |
Comments
If you'd like to comment on this KB
article, please, send us a
Support Ticket.
Thank you!
Please
Sign In
to rate this article.