Spread Silverlight Documentation
KeyStroke Constructor(Char)


GrapeCity.Windows.SpreadSheet.UI Namespace > KeyStroke Structure > KeyStroke Constructor : KeyStroke Constructor(Char)
Character defined by this KeyStroke structure.
Initializes a new instance of the KeyStroke structure with the specified character.
Syntax
'Declaration
 
Public Function New( _
   ByVal keyChar As System.Char _
)
'Usage
 
Dim keyChar As System.Char
 
Dim instance As New KeyStroke(keyChar)
public KeyStroke( 
   System.char keyChar
)

Parameters

keyChar
Character defined by this KeyStroke structure.
See Also

Reference

KeyStroke Structure
KeyStroke Members
Overload List