Search
DiagramView.SetDelKeyAction Method
See Also
 





Sets a value indicating the action that should be performed when the user hits the Del key.

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

 Syntax

C#  Copy Code

public DiagramView SetDelKeyAction (
    DelKeyAction value
)

Visual Basic  Copy Code

Public Function SetDelKeyAction( _
    value As DelKeyAction _
) As DiagramView

 Parameters

value

 Return Value

 See Also