Search
Diagram.setFocusedComponent Method
See Also
 

Sets the component within this diagram which is currently holding the input focus.

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

 Syntax

Java  Copy Code

public void setFocusedComponent (
    ComponentBase value
)

 Parameters

value

An instance of ComponentBase -derived class that should receive keyboard events.

 See Also