SDG Toolkit

SdgKeyEventArgs.Alt Property

Gets a boolean value representing the current state of the Alt key

public bool Alt {get; set;}

Remarks

This is a simple utility to determine if the either or both of the Alt keys are pressed down.

Example

C# Eg., if (true == e.Alt) {}

See Also

SdgKeyEventArgs Class | Sdgt Namespace