Wimark.Controls Class Library  

DataGridViewCell.KeyPressOnActivate Method

Sets the key that was pressed when the cell was activated.

[Visual Basic]
Overridable Protected Sub KeyPressOnActivate( _
   ByVal e As KeyPressEventArgs _
)
 
[C#]
protected virtual void KeyPressOnActivate( 
   KeyPressEventArgs e 
);
[C++]
protected: virtual void KeyPressOnActivate( 
   KeyPressEventArgs* e 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace