Search
ComponentBase.getIsInteractive Method
See Also
 

Gets 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 boolean getIsInteractive ()

 Return Value

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

 See Also