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

KeyCode Property

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

Gets the keyboard code for a KeyEventArgs.KeyDown, KeyEventArgs.KeyPress or KeyEventArgs.KeyUp event.

[Visual Basic]
Public Property KeyCode As Integer
[C#]
public int KeyCode {get; set;}
[C++]
public: __property int get_KeyCode(); public: __property void set_KeyCode(    int value );
[C++/CLI]
public: property int KeyCode {    int get();    void set (int value); }

Return Type

A Keys value that is the key code for the event.

Remarks

Use this property to determine the key corresponding to 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.