Search
ComponentBase.IsFocused Property
See Also
 





Gets or sets a value indicating whether this component currently holds the input focus.

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

 Syntax

C#  Copy Code

public bool IsFocused { get; set; }

Visual Basic  Copy Code

Public Property IsFocused As Boolean

 Property Value

true if the component currently holds the input focus; otherwise, false.

 Remarks

Components which are not connected to a host cannot receive input focus.

 See Also