Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayMemoryTopRow Property


In This Topic
    DisplayMemoryTopRow Property
    In This Topic
    Gets the index of the top row of display memory using host-addressable coordinates.
    Syntax
    'Declaration
     
    
    Property DisplayMemoryTopRow As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    instance.DisplayMemoryTopRow = value
     
    value = instance.DisplayMemoryTopRow
    int DisplayMemoryTopRow {get; set;}
    See Also