InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface / AllViews Property


In This Topic
    AllViews Property
    In This Topic
    Gets all views.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllViews As IView()
    'Usage
     
    
    Dim instance As IFrame
    Dim value() As IView
     
    value = instance.AllViews
    IView[] AllViews {get;}
    See Also