PowerWEB LiveControls for ASP.NET
Alt Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > KeyEventArgs Class : Alt Property



Gets a value indicating whether the ALT key was pressed.

Syntax

Visual Basic (Declaration) 
Public Property Alt As Boolean
Visual Basic (Usage)Copy Code
Dim instance As KeyEventArgs
Dim value As Boolean
 
instance.Alt = value
 
value = instance.Alt
C# 
public bool Alt {get; set;}
C++/CLI 
public:
property bool Alt {
   bool get();
   void set (    bool value);
}

Property Value

true if the ALT key was pressed; otherwise, false.

Remarks

Use this property to determine if the ALT key was pressed during the PowerWEB control event.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.