See Also

KeyEventArgs Class  | KeyEventArgs Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Shift Property

Dart.PowerWEB.TextBox Namespace > KeyEventArgs Class : Shift Property

Gets a value indicating whether the SHIFT key was pressed.

[Visual Basic]
Public Property Shift As Boolean
[C#]
public bool Shift {get; set;}
[C++]
public: __property bool get_Shift(); public: __property void set_Shift(    bool value );
[C++/CLI]
public: property bool Shift {    bool get();    void set (bool value); }

Return Type

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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

KeyEventArgs Class  | KeyEventArgs Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.