Search
DiagramView.ClientFocus Property
See Also
 





Gets or sets if the DiagramView has the keyboard focus in ImageMap mode.

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

 Syntax

C#  Copy Code

public bool ClientFocus { get; set; }

Visual Basic  Copy Code

Public Property ClientFocus As Boolean

 Property Value

true if the control should capture the keyboard focus after a postback; otherwise, false.

 See Also