DroidDiagram Programmer's Guide
ComponentBase.setIsEnabled Method
See Also
 






Sets a value indicating whether the component is enabled.

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

 Syntax

Java  Copy Code

public void setIsEnabled (
    boolean value
)

 Parameters

value

A boolean value specifying if the component is enabled and can be interacted with. The default is true.

 See Also

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