DroidDiagram Programmer's Guide
DiagramBuilder.selectAfterCreate Method
See Also
 






Sets a value indicating whether newly created items should be selected automatically.

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

 Syntax

Java  Copy Code

public DiagramBuilder selectAfterCreate (
    boolean value
)

 Parameters

value

true if newly created items should be selected automatically, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace