Search
Palette.AddCategory Method (String, String)
See Also
 





Adds a new category to the palette.

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

 Syntax

C#  Copy Code

public void AddCategory (
    string title,
    string imageUrl
)

Visual Basic  Copy Code

Public Sub AddCategory( _
    title As String, _
    imageUrl As String _
)

 Parameters

title

The title text of the category.

imageUrl

The URL of an image to be displayed in the category header.

 See Also