InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / ClearKeyInFormsOption Enumeration


In This Topic
    ClearKeyInFormsOption Enumeration
    In This Topic
    Defines options for Clear key interpretation in T27 forms.
    Syntax
    'Declaration
     
    
    Public Enum ClearKeyInFormsOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ClearKeyInFormsOption
    public enum ClearKeyInFormsOption : System.Enum 
    Members
    MemberDescription
    ClearEntireDisplayClears the entire screen
    UnprotectedOnlyClears only unprotected areas of the screen
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.T27.ClearKeyInFormsOption

    See Also