InfoConnect for Unisys
IView Interface Members
Properties  Methods  Events

The following tables list the members exposed by IView.

Public Properties
 NameDescription
 PropertyActiveTabBackgroundColorGets or sets the background color of the view tab when it is the active tab.  
 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.  
 PropertyControlGets the control object that is embedded in the view.  
 PropertyDescriptionGets or sets the description of the view.  
 PropertyEnablePlusEnable or disable Plus feature.  
 PropertyInactiveTabBackgroundColorGets or sets the background color of the view tab when it is not active.  
 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.  
 PropertyInstanceIdGets the instance ID of the view.  
 PropertyNameGets or sets the name of the view.  
 PropertyPlusCustomizationPathGets or sets Plus customization file path associated with this session.  
 PropertyTitleTextGets or sets the title text of the view. In tab view mode, the title text is on the tab. In SDI mode, it is the caption of the view window.  
 PropertyUiModeGets the UiMode object. This object contains a collection of user interface controls.  
Top
Public Methods
 NameDescription
 MethodCloseCloses the view.  
 MethodFocusSets the input focus to the view.  
Top
Public Events
 NameDescription
 EventClosedOccurs when the view is closed.  
 EventClosingOccurs when the view is about to close. The event handler can cancel the closing by setting the Cancel property of the event argument to true.  
 EventDeselectedOccurs when a view is deselected.  
 EventSelectedOccurs when a view is selected.  
 EventTitleTextChangedOccurs when the tab text or caption text changes.  
Top
See Also