InfoConnect for Airlines VBA Guide
Frame Object Properties

For a list of all members of this type, see Frame members.

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
See Also