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

In This Topic
    IUiMode Interface Members
    In This Topic

    The following tables list the members exposed by IUiMode.

    Public Properties
     NameDescription
     PropertyGets the current user interface mode template file name.  
     PropertyGets the type of user interface mode.  
     PropertyGets the parent object. The parent is the IView object.  
     PropertyGets a collection of subitems. Each subitem is returned as a user interface control.  
    Top
    Public Methods
     NameDescription
     MethodReturns the child control that has the specified ID.  
     MethodReturns the first control that has the ID specified. Searches the current child items as well as all descendents.  
     MethodLoads a new user interface template file for the current session document view.  
     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