See Also

KeyEventArgs Class  | KeyEventArgs Members  | Overload List

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

keyCode
alt
control
shift
See Also Languages PowerWEB TextBox for ASP.NET

KeyEventArgs Constructor(Int32,Boolean,Boolean,Boolean)

Dart.PowerWEB.TextBox Namespace > KeyEventArgs Class > KeyEventArgs Constructor : KeyEventArgs Constructor(Int32,Boolean,Boolean,Boolean)

Initializes a new instance of KeyEventArgs.

[Visual Basic]
Public Function New( _    ByVal keyCode As Integer, _    ByVal alt As Boolean, _    ByVal control As Boolean, _    ByVal shift As Boolean _ )
[C#]
public KeyEventArgs(    int keyCode,    bool alt,    bool control,    bool shift );
[C++]
public: KeyEventArgs(    int keyCode,    bool alt,    bool control,    bool shift )
[C++/CLI]
public: KeyEventArgs(    int keyCode,    bool alt,    bool control,    bool shift )

Parameters

keyCode
alt
control
shift

Remarks

The constructor initializes a new instance of KeyEventArgs with KeyEventArgs.KeyCode, KeyEventArgs.Alt, KeyEventArgs.Control, KeyEventArgs.Shift.

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  | Overload List


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.