InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsScreen Interface / ControlPageActive Property


In This Topic
    ControlPageActive Property
    In This Topic
    Gets a value indicating whether the current page type is a Control page
    Syntax
    'Declaration
     
    
    ReadOnly Property ControlPageActive As Boolean
    'Usage
     
    
    Dim instance As IUtsScreen
    Dim value As Boolean
     
    value = instance.ControlPageActive
    bool ControlPageActive {get;}
    See Also