Share via


DiagramKeyEventArgs.Alt Property

Gets a value indicating whether the ALT key was pressed.

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 ReadOnly Property Alt As Boolean
public bool Alt { get; }
public:
property bool Alt {
    bool get ();
}
member Alt : bool
function get Alt () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DiagramKeyEventArgs Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace