Search
Palette.CollapseCategory Method (String)
See Also
 





Collapses the category with the specified title.

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

 Syntax

C#  Copy Code

public void CollapseCategory (
    string title
)

Visual Basic  Copy Code

Public Sub CollapseCategory( _
    title As String _
)

 Parameters

title

The title of the category to collapse.

 See Also