Search
IComponentHost.FocusedComponent Property
See Also
 





Gets or sets the currently focused component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

ComponentBase FocusedComponent { get; set; }

Visual Basic  Copy Code

Property FocusedComponent As ComponentBase

 Property Value

An instance of the ComponentBase class.

 Remarks

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

 See Also