DroidDiagram Programmer's Guide
ComponentBase.setIsHitTestVisible Method
See Also
 






Sets a value indicating whether this component and all its children are subject to hit-testing operations.

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

 Syntax

Java  Copy Code

public void setIsHitTestVisible (
    boolean value
)

 Parameters

value

true if the component can be hit-tested; otherwise, false. The default is true.

 See Also

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