InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface
Properties Methods Events

In This Topic
    IView Interface Members
    In This Topic

    The following tables list the members exposed by IView.

    Public Properties
     NameDescription
     PropertyGets or sets the background color of the view tab when it is the active tab.  
     PropertyGets 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.  
     PropertyGets the control object that is embedded in the view.  
     PropertyGets or sets the description of the view.  
     PropertyEnable or disable Plus feature.  
     PropertyGets or sets the background color of the view tab when it is not active.  
     PropertyGets 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.  
     PropertyGets the instance ID of the view.  
     PropertyGets or sets the name of the view.  
     PropertyGets or sets Plus customization file path associated with this session.  
     PropertyGets 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.  
     PropertyGets the UiMode object. This object contains a collection of user interface controls.  
    Top
    Public Methods
     NameDescription
     MethodCloses the view.  
     MethodSets the input focus to the view.  
    Top
    Public Events
     NameDescription
     EventOccurs when the view is closed.  
     EventOccurs 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.  
     EventOccurs when a view is deselected.  
     EventOccurs when a view is selected.  
     EventOccurs when the tab text or caption text changes.  
    Top
    See Also