Search
DiagramView.Focusable Property
See Also
 





Gets or sets whether the control should request the keyboard focus when clicked.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool Focusable { get; set; }

Visual Basic  Copy Code

Public Property Focusable As Boolean

 Property Value

 See Also