DroidDiagram Programmer's Guide
DiagramItem.setLocked Method
See Also
 






Sets a value indicating whether users are allowed to modify an item.

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

 Syntax

Java  Copy Code

public void setLocked (
    boolean value
)

 Parameters

value

true if the item should not be modified, otherwise false.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace