InfoConnect for Airlines VBA Guide
View Object Members

The following tables list the members exposed by View.

Properties
 NameDescription
Public PropertyActiveTabBackgroundColorGets or sets the background color of the view tab when it is the active tab.  
Public PropertyActiveTabForegroundColorGets or sets the color of the view tab text when it is the active tab. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.  
Public PropertyControlGets the control object embedded in the view.  
Public PropertyDescriptionGets or sets the description of the view.  
Public PropertyEnablePlusEnable or disable Plus feature.  
Public PropertyInactiveTabBackgroundColorGets or sets the background color of the view tab when it is not active.  
Public PropertyInactiveTabForegroundColorGets or sets the color of the view tab text when the tab is not active. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.  
Public PropertyInstanceIdGets the instance ID of the view.  
Public PropertyNameGets or sets the name of the view.  
Public PropertyPlusCustomizationPathGets or sets Plus customization file path associated with this session.  
Public PropertyTitleTextGets or sets the title text of the view.  
Public PropertyUiModeGets the UiMode object. This object contains a collection of user interface controls.  
Top
Methods and Functions
 NameDescription
Public MethodCloseCloses the view.  
Public MethodFocusSets the input focus to the view.  
Top
Events
 NameDescription
Public EventClosedOccurs when the view is closed.  
Public EventClosingOccurs when the view is about to close. This event can be cancelled by setting the return value. If set to False (the default), closing is canceled. If set to True, closing continues.  
Public EventDeselectedOccurs when a view is deselected.  
Public EventSelectedOccurs when a view is selected.  
Public EventTitleTextChangedOccurs when tab text or caption text changes.  
Top
See Also