Search
ComponentBase.getIsEnabled Method
See Also
 

Gets a value indicating whether the component is enabled.

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

 Syntax

Java  Copy Code

public boolean getIsEnabled ()

 Return Value

true if the component is enabled and can be interacted with; otherwise, false.

 See Also