Search
ItemLabel.getLocked Method
See Also
 

Gets a value indicating whether users are allowed to edit this label.

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

 Syntax

Java  Copy Code

public boolean getLocked ()

 Return Value

true to prevent users from editing this label, or false otherwise.

 See Also