Search
Diagram.FocusedComponent Property
See Also
 





Gets or sets the component within this diagram which currently has 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

An instance of a ComponentBase -derived class.

 See Also