PowerTCP Emulation for .NET
VtKeyEventArgs Constructor




Indicates whether the key is part of the extended keyboard.
Data for the pressed key.
Initializes a new instance of VtKeyEventArgs.
Syntax
Public Function New( _
   ByVal ex As Boolean, _
   ByVal keyData As Keys _
)
Dim ex As Boolean
Dim keyData As Keys
 
Dim instance As New VtKeyEventArgs(ex, keyData)
public VtKeyEventArgs( 
   bool ex,
   Keys keyData
)
public: VtKeyEventArgs( 
   bool ex,
   Keys keyData
)
public:
VtKeyEventArgs( 
   bool ex,
   Keys keyData
)

Parameters

ex
Indicates whether the key is part of the extended keyboard.
keyData
Data for the pressed key.
See Also

Reference

VtKeyEventArgs Class
VtKeyEventArgs Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic