Spread Silverlight Documentation
KeyCode Property


GrapeCity.Windows.SpreadSheet.UI Namespace > KeyStroke Structure : KeyCode Property
Gets the key code defined by the KeyStroke structure.
Syntax
'Declaration
 
Public ReadOnly Property KeyCode As System.Windows.Input.Key
'Usage
 
Dim instance As KeyStroke
Dim value As System.Windows.Input.Key
 
value = instance.KeyCode
public System.Windows.Input.Key KeyCode {get;}
See Also

Reference

KeyStroke Structure
KeyStroke Members