DroidDiagram Programmer's Guide
ComponentBase.setFocusable Method
See Also
 






Sets a value indicating whether the component can receive the input focus.

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

 Syntax

Java  Copy Code

public void setFocusable (
    boolean value
)

 Parameters

value

A boolean value specifying if the component can receive the input focus. The default is false.

 See Also

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