Search
Diagram.FocusedComponent Property
See Also
 






Gets or sets the component within this diagram which is currently holding the input focus.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ComponentBase FocusedComponent { get; set; }

Visual Basic  Copy Code

Public Property FocusedComponent As ComponentBase

 Property Value

 See Also