Search
Palette.RemoveCategory Method
See Also
 





Removes a category from the palette.

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

 Syntax

C#  Copy Code

public void RemoveCategory (
    string title
)

Visual Basic  Copy Code

Public Sub RemoveCategory( _
    title As String _
)

 Parameters

title

The title of the category to remove.

 See Also