Reflection
IUiMode Interface Methods

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

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