Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / BeforeSendControlKeyEventArgs Class / Cancel Property
Example


In This Topic
Cancel Property (BeforeSendControlKeyEventArgs)
In This Topic
The Cancel property indicates whether the user wants to cancel the SendControlKey.
Syntax
'Declaration
 
Public Property Cancel As Boolean
 
'Usage
 
Dim instance As BeforeSendControlKeyEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
Example
BeforeSendControlKeyEventArgs args;
args.Cancel = true;
See Also