Reflection
IView Interface Properties

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

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