Search
DiagramView.SetAllowInplaceEdit Method
See Also
 





Sets a value indicating whether in-place editing of the text of objects is enabled.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView SetAllowInplaceEdit (
    bool value
)

Visual Basic  Copy Code

Public Function SetAllowInplaceEdit( _
    value As Boolean _
) As DiagramView

 Parameters

value

 Return Value

 See Also