InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WyseBlockMode Property


In This Topic
    WyseBlockMode Property
    In This Topic
    Gets or sets a value indicating whether a Wyse terminal is in Block Mode. The value of this property is not saved to a settings file.
    Syntax
    'Declaration
     
    
    Property WyseBlockMode As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.WyseBlockMode = value
     
    value = instance.WyseBlockMode
    bool WyseBlockMode {get; set;}
    See Also