InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / IsFormsMode Property


In This Topic
    IsFormsMode Property
    In This Topic
    Gets a value indicating whether the terminal is in forms mode.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsFormsMode As Boolean
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Boolean
     
    value = instance.IsFormsMode
    bool IsFormsMode {get;}
    See Also