New to Telerik UI for WinForms? Download free 30-day trial

Toolbox

RadDiagramToolbox introduces a set of shapes that can be dragged to a RadDiagram. Internally, this control is a derivative of RadListView in ListViewType.IconsView which is grouped by shape types.

WinForms RadDiagram Toolbox

Using the RadDiagramToolbox at design time

Since RadDiagramToolbox is a separate control it is available in the toolbox. Here is how to put it in action:

  1. Drag and drop RadDiagramToolbox on the form.

  2. Drag and drop RadDiagram on the form.

  3. Run the application. Now, you are allowed to drag any shape from the RadDiagramToolbox and drop it onto the RadDiagram.

See Also

In this article