Search
Manipulator.Focusable Property
See Also
 





Gets or sets a value indicating whether this manipulator can receive input focus.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Focusable { get; set; }

Visual Basic  Copy Code

Public Property Focusable As Boolean

 Property Value

true if the manipulator can receive input focus; otherwise, false.

 See Also