DiagramKeyEventArgs.Alt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the ALT key was pressed.
public:
property bool Alt { bool get(); };
public bool Alt { get; }
member this.Alt : bool
Public ReadOnly Property Alt As Boolean