InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / SpecifyKeySendsHex Property


In This Topic
    SpecifyKeySendsHex Property
    In This Topic
    Gets or sets a value indicating whether the cursor position should be sent in hexidecimal when the Specify key is pressed.
    Syntax
    'Declaration
     
    
    Property SpecifyKeySendsHex As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.SpecifyKeySendsHex = value
     
    value = instance.SpecifyKeySendsHex
    bool SpecifyKeySendsHex {get; set;}
    See Also