Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

KeyStroke Structure
KeyStroke Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.