Gets or sets a value that specifies what action should be performed when the user presses the Del key.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DelKeyAction DelKeyAction { get; set; } |
Visual Basic Copy Code |
---|
Public Property DelKeyAction As DelKeyAction |
A member of the DelKeyAction enumeration. The default value is DeleteSelectedItems.
This property is considered only on desktop platforms.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |