ToolStrip is a powerful component for implementation of tool strips
found
in most ASP.NET applications.
Key Features:
- ToolStrip buttons are represented as child controls in the structure of the toolbar
and are very easily customized using skins and the related properties.
- Every button on the toolbar can be customized independently to either display text,
image or both.
- You can specify groups of toggle buttons to achieve radio-button functionality.
All you have to do is set just a single property with the name of the group as a
parameter.
- ToolStrip exposes rich and flexible client-side API.
- Full compatibility with Microsoft's AJAX Framework.
This example demonstrates how to create an Office 2007 like Ribbon bar using the
control. |