Search
ShapeListBox.setAllowRemove Method
See Also
 

Sets a value specifying whether removing of listbox items is allowed.

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

 Syntax

Java  Copy Code

public void setAllowRemove (
    boolean value
)

 Parameters

value
true if deletion is allowed, otherwise false.

 See Also