MindFusion.Java Package Programmer's Guide
ShapeListBox.setAllowRename Method
See Also
 






Sets a value specifying whether inline renaming of listbox items is allowed. Items can be renamed by pressing F2. Currently the list box displays shape identifiers as names.

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

 Syntax

Java  Copy Code

public void setAllowRename (
    boolean value
)

 Parameters

value

true if renaming is allowed, otherwise false.

 See Also

ShapeListBox Members
ShapeListBox Class
com.mindfusion.diagramming Namespace