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;} |
Property Value
true if the ALT key was pressed; otherwise, false.Use this property to determine if the ALT key was pressed during the PowerWEB control event.
Target Platforms: Microsoft .NET Framework 2.0