Send comments on this topic.
UiMode Object Methods
Attachmate.Reflection.Objects Library (User Interface) : UiMode Object

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

Public Methods

 NameDescription
public MethodGetChildControlByIdLocates 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 MethodGetControlByIdReturns the first control that has the specified ID. Searches the current child items as well as all descendents.  
public MethodLoadLoads a new user interface template file for the current session document view.  
public MethodResetResets 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