Sets a value indicating whether the component is enabled.
Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components
SyntaxJava
Copy Code
|
|---|
public void setIsEnabled ( |
A boolean value specifying if the component is enabled and can be interacted with. The default is true.
See Also