Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / Frame Object
Properties Methods Events

In This Topic
    Frame Object Members
    In This Topic

    The following tables list the members exposed by Frame.

    Public Properties
     NameDescription
    Public PropertyGets all views.  
    Public PropertyGets or sets a value indicating whether the application frame is in full screen state.  
    Public PropertyGets or sets the name of the frame.  
    Public PropertyGets or sets the selected view.  
    Public PropertyGets or sets the text displayed on the status bar.  
    Public PropertyGets or sets a value indicating whether the frame window status bar is visible or not.  
    Public PropertyGets the Common VB project from VBA  
    Public PropertyGets the number of views that are running.  
    Public PropertyGets or sets a value indicating whether the application frame is visible.  
    Public PropertyGets or sets the application window's location.  
    Public PropertyGets the WindowMode.  
    Public PropertyGets or sets the application window's size.  
    Public PropertyGets or sets the application window state. The window state can be Normal, Minimized, or Maximized.  
    Top
    Public Methods
     NameDescription
    Public MethodActivates the application and gives it focus.  
    Public MethodCreates a view to host the control.  
    Public MethodGets the value for a property in the property store  
    Public MethodGets the view that is associated with a terminal control.  
    Public MethodGets the view that matches the instance ID.  
    Public MethodGets the view that matches the title text.  
    Public MethodGets a collection of views that match the session file path.  
    Public MethodGets a collection of views that matches the name.  
    Public MethodSets a property name/value pair in the property store  
    Public MethodOverloaded. Gets a View object relative to its title or its indexed position in the views of a given frame.  
    Top
    Public Events
     NameDescription
    Public EventRaised when a view is opened inside the frame.  
    Top
    See Also