Search
ShapeToolBar.RecreateImages Method
See Also
 





Recreates the toolbar button images.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public void RecreateImages ()

Visual Basic  Copy Code

Public Sub RecreateImages ()

 Remarks

You might have to call this method after changing the Shapes collection or changing a Shape definition.

 See Also