Gets or sets the component within this diagram which is currently holding the input focus.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ComponentBase FocusedComponent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FocusedComponent As ComponentBase |
See Also