DroidDiagram Programmer's Guide
ComponentBase.setIsInteractive Method
See Also
 






Sets a value indicating whether this component can be interacted with.

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

 Syntax

Java  Copy Code

public void setIsInteractive (
    boolean value
)

 Parameters

value

true if the component accepts user input, or false otherwise.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace