InfoConnect for Airlines
IFrame Interface Members
Properties  Methods  Events

The following tables list the members exposed by IFrame.

Public Properties
 NameDescription
 PropertyAllViewsGets all views.  
 PropertyFullScreenGets or sets the full screen state.  
 PropertyNameGets or sets the name of the frame.  
 PropertySelectedViewGets or sets the view that is selected.  
 PropertyStatusBarTextGets the text displayed on the status bar.  
 PropertyViewCountGets the number of views that are running.  
 PropertyVisibleGets or sets the visibility of the InfoConnect terminal window.  
 PropertyWindowLocationGets the application window's location.  
 PropertyWindowModeGets the WindowMode.  
 PropertyWindowSizeGets the application window's size.  
 PropertyWindowStateGets or sets the application window state. The window state can be Normal, Minimized, or Maximized.  
Top
Public Methods
 NameDescription
 MethodActivateActivates the application and gives it focus.  
 MethodCreateViewCreates a view to host the control.  
 MethodDisposeDisposes resources for instance that implements this interface  
 MethodGetViewByControlGets the view that is associated with a terminal control.  
 MethodGetViewByInstanceIdGets the view that matches the instance ID.  
 MethodGetViewByTitleTextGets the view that matches the title text.  
 MethodGetViewsByFilePathGets a collection of views that match the session file path.  
 MethodGetViewsByNameGets a collection of views that matches the name.  
Top
Public Events
 NameDescription
 EventViewOpenedOccurs when a new view is opened.  
Top
See Also