DroidDiagram Programmer's Guide
ComponentBase.getIsFocused Method
See Also
 






Gets a value indicating whether this component currently holds the input focus.

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

 Syntax

Java  Copy Code

public boolean getIsFocused ()

 Return Value

true if the component currently holds the input focus; otherwise, false.

 See Also

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