Search
Palette.AddItem Method
See Also
 





Adds a DiagramItem to the displayed items collection.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public void AddItem (
    DiagramItem item,
    string category,
    string caption
)

Visual Basic  Copy Code

Public Sub AddItem( _
    item As DiagramItem, _
    category As String, _
    caption As String _
)

 Parameters

item

The DiagramItem instance to add.

category

The category of the item.

caption

The caption to display for the item.

 See Also