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


In This Topic
    InsSpace Property
    In This Topic
    Gets or sets a value indicating whether to insert a space whenever the Insert key is pressed.
    Syntax
    'Declaration
     
    
    Property InsSpace As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.InsSpace = value
     
    value = instance.InsSpace
    bool InsSpace {get; set;}
    See Also