Search
ComponentBase.getFocusable Method
See Also
 

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

 Return Value

true if the component can receive the input focus; otherwise false.

 See Also