DiagramLite Programmer's Guide
Diagram.InplaceEditCancelOnEsc Property
See Also
 





Gets or sets a value indicating whether pressing the ESC key should exit inplace-edit mode and reject changes made to text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool InplaceEditCancelOnEsc { get; set; }

Visual Basic  Copy Code

Public Property InplaceEditCancelOnEsc As Boolean

 Property Value

true to reject changes and exit in-place editing mode when ESC is pressed; otherwise, false. The default is true.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace