Search
Palette.RemoveCategory Method (String)
See Also
 





Removes a category from the palette by its title.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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