InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / ScreenSize Property


In This Topic
    ScreenSize Property
    In This Topic
    Gets or sets a value indicating the ALC terminal screen dimensions to use
    Syntax
    'Declaration
     
    
    Property ScreenSize As AlcScreenSizeOption
    'Usage
     
    
    Dim instance As IAlcTerminal
    Dim value As AlcScreenSizeOption
     
    instance.ScreenSize = value
     
    value = instance.ScreenSize
    AlcScreenSizeOption ScreenSize {get; set;}
    See Also