Search
IComponentHost.FocusedComponent Property
See Also
 






Gets or sets the currently focused component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

ComponentBase FocusedComponent { get; set; }

Visual Basic  Copy Code

Property FocusedComponent As ComponentBase

 Property Value

 Remarks

The implementation should ensure that there is only one focused component within the entire scope.

 See Also