Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object
Properties Methods Events

In This Topic
    View Object Members
    In This Topic

    The following tables list the members exposed by View.

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