1. Adding CrumbBar control to a form
Double-click CrumbBar control in Visual Studio.NET toolbox to add it to the form
2. Opening design-time editor
Select CrumbBar control and expand the task popup by clicking the expand button as marked above. Then click Edit Items...
3. CrumbBar design-time editor
Click + button to add new items to the CrumbBar control.
4. Changing item properties
Select newly created item and change its properties like text and image in the property grid located on the left.
5. Adding child items and deleting items
To add child items to an existing item select an item and click + button. To remove an item select item and click - button. You can drag & drop items to change their position.
