Search
UndoManager.startComposite Method (String)
See Also
 

Starts recording a composite undo/redo command.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public CompositeCmd startComposite (
    String title
)

 Parameters

title

A String containing the title of the composite command.

 Return Value

A CompositeCmd object representing the composite command.

 See Also