InfoConnect API Guide
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
    public bool Cancel {get; set;}
    Example
    BeforeSendControlKeyEventArgs args;
    args.Cancel = true;
    See Also