Search
Palette.AddCategory Method (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
)

Visual Basic  Copy Code

Public Sub AddCategory( _
    title As String _
)

 Parameters

title

The title text of the category.

 See Also