Share via


ElementListCompartment.OnKeyDown Method

When the Insert/Enter key is pressed, add a new item. If there is a currently selected item, the new item will be of the same type, otherwise it will be of the default type.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overrides Sub OnKeyDown ( _
    e As DiagramKeyEventArgs _
)
public override void OnKeyDown(
    DiagramKeyEventArgs e
)
public:
virtual void OnKeyDown(
    DiagramKeyEventArgs^ e
) override
abstract OnKeyDown : 
        e:DiagramKeyEventArgs -> unit 
override OnKeyDown : 
        e:DiagramKeyEventArgs -> unit 
public override function OnKeyDown(
    e : DiagramKeyEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

ElementListCompartment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace