Gets or sets a value indicating whether the component can receive the input focus.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Focusable { get; set; } |
Visual Basic Copy Code |
---|
Public Property Focusable As Boolean |
true, if the component can receive input focus; otherwise, false. The default is false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |