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


In This Topic
    SpecifyKeySendsPageNumber Property
    In This Topic
    Gets or sets a value indicating whether to cause the page number to be sent to the host when the Specify key is pressed.
    Syntax
    'Declaration
     
    
    Property SpecifyKeySendsPageNumber As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.SpecifyKeySendsPageNumber = value
     
    value = instance.SpecifyKeySendsPageNumber
    bool SpecifyKeySendsPageNumber {get; set;}
    See Also