DroidDiagram Programmer's Guide
ComponentBase.getIsHitTestVisible Method
See Also
 






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

 Return Value

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

 See Also

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