InfoConnect for Airlines VBA Guide
Frame Object Members

The following tables list the members exposed by Frame.

Properties
 NameDescription
Public PropertyAllViewsGets all views.  
Public PropertyFullScreenGets or sets a value indicating whether the application frame is in full screen state.  
Public PropertyNameGets or sets the name of the frame.  
Public PropertySelectedViewGets or sets the selected view.  
Public PropertyStatusBarTextGets or sets the text displayed on the status bar.  
Public PropertyStatusBarVisibleGets or sets a value indicating whether the frame window status bar is visible or not.  
Public PropertyVBCommonProjectGets the Common VB project from VBA  
Public PropertyViewCountGets the number of views that are running.  
Public PropertyVisibleGets or sets a value indicating whether the application frame is visible.  
Public PropertyWindowLocationGets or sets the application window's location.  
Public PropertyWindowModeGets the WindowMode.  
Public PropertyWindowSizeGets or sets the application window's size.  
Public PropertyWindowStateGets or sets the application window state. The window state can be Normal, Minimized, or Maximized.  
Top
Methods and Functions
 NameDescription
Public MethodActivateActivates the application and gives it focus.  
Public MethodCreateViewCreates a view to host the control.  
Public MethodGetPropertyValueGets the value for a property in the property store  
Public MethodGetViewByControlGets the view that is associated with a terminal control.  
Public MethodGetViewByInstanceIdGets the view that matches the instance ID.  
Public MethodGetViewByTitleTextGets the view that matches the title text.  
Public MethodGetViewsByFilePathGets a collection of views that match the session file path.  
Public MethodGetViewsByNameGets a collection of views that matches the name.  
Public MethodSetPropertyValueSets a property name/value pair in the property store  
Public MethodViewOverloaded. Gets a View object relative to its title or its indexed position in the views of a given frame.  
Top
Events
 NameDescription
Public EventViewOpenedRaised when a view is opened inside the frame.  
Top
See Also