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

In This Topic
    UiMode Object Members
    In This Topic

    The following tables list the members exposed by UiMode.

    Public Properties
     NameDescription
    Public PropertyGet the current user interface mode template file name.  
    Public PropertyType of user interface mode.  
    Public PropertyGets the parent object. The parent is the View object.  
    Public PropertyGets a collection of subitems. Each subitem is returned as a user interface control.  
    Top
    Public Methods
     NameDescription
    Public MethodLocates and returns the first instance of a control with a given control ID in current sub items and/or children of those items. If no control is found, null is returned.  
    Public MethodReturns the first control that has the specified ID. Searches the current child items as well as all descendents.  
    Public MethodLoads a new user interface template file for the current session document view.  
    Public MethodResets the collection of sub item user controls that is cached. (The UiMode sub items can be changed by editing the current selection through the UI designer or by changing the user interface template. In these cases, this call refreshes the cached collection of subitems.)  
    Top
    See Also