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


In This Topic
    SelectedView Property
    In This Topic
    Gets or sets the view that is selected.
    Syntax
    'Declaration
     
    
    Property SelectedView As IView
    'Usage
     
    
    Dim instance As IFrame
    Dim value As IView
     
    instance.SelectedView = value
     
    value = instance.SelectedView
    IView SelectedView {get; set;}
    See Also