InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IFrame Interface
Properties Methods Events

In This Topic
    IFrame Interface Members
    In This Topic

    The following tables list the members exposed by IFrame.

    Public Properties
     NameDescription
     PropertyGets all views.  
     PropertyGets or sets a value indicating whether the frame is in full screen mode.  
     PropertyGets or sets the name of the frame.  
     PropertyGets or sets the view that is selected.  
     PropertyGets or sets the text displayed on the status bar.  
     PropertyGets or sets a value indicating whether the frame window status bar is visible or not.  
     PropertyGets the Common VB Project (VBA use only)  
     PropertyGets the number of views that are running.  
     PropertyGets or sets the visibility of the InfoConnect terminal window.  
     PropertyGets the application window's location.  
     PropertyGets the WindowMode.  
     PropertyGets the application window's size.  
     PropertyGets or sets the application window state. The window state can be Normal, Minimized, or Maximized.  
    Top
    Public Methods
     NameDescription
     MethodActivates the application and gives it focus.  
     MethodCreates a View to host the control.  
     MethodDisposes resources for instance that implements this interface  
     MethodGets the view that is associated with a terminal control.  
     MethodGets the view that matches the instance ID.  
     MethodGets the view that matches the title text.  
     MethodGets a collection of views that match the session file path.  
     MethodGets a collection of views that matches the name.  
    Top
    Public Events
     NameDescription
     EventOccurs when a new view is opened.  
    Top
    See Also