Search
Palette.ToggleCategory Method
See Also
 





Toggles the expanded/collapsed state of the category with the specified title.

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

 Syntax

C#  Copy Code

public void ToggleCategory (
    string title
)

Visual Basic  Copy Code

Public Sub ToggleCategory( _
    title As String _
)

 Parameters

title

The title of the category to toggle.

 See Also