InfoConnect for Unisys
BeforeSendControlKeyEventArgs Constructor


Control Key.
To cancel the Control Key or not.
Constructs a BeforeSendControlKeyArgs object.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As ControlKeyCode, _
   ByVal cancel As Boolean _
)
'Usage
 
Dim key As ControlKeyCode
Dim cancel As Boolean
 
Dim instance As New BeforeSendControlKeyEventArgs(key, cancel)
public BeforeSendControlKeyEventArgs( 
   ControlKeyCode key,
   bool cancel
)

Parameters

key
Control Key.
cancel
To cancel the Control Key or not.
See Also