Gets or sets a value indicating whether this component currently holds the input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool IsFocused { get; set; } |
Visual Basic Copy Code |
---|
Public Property IsFocused As Boolean |
true if the component currently holds the input focus; otherwise, false.
Components which are not connected to a host cannot receive input focus.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |