DroidDiagram Programmer's Guide
ComponentBase.setIsFocused Method
See Also
 






Sets 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 void setIsFocused (
    boolean value
)

 Parameters

value

A boolean value specifying if the component currently holds the input focus.

 See Also

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