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



Gets a value indicating whether the SHIFT key was pressed.

Syntax

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

Property Value

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

Remarks

Use this property to determine if the SHIFT 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.