Search
Diagram.getFocusedComponent Method
See Also
 

Gets 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 ComponentBase getFocusedComponent ()

 Return Value

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

 See Also