The following tables list the members exposed by _UiMode.
Name | Description | |
---|---|---|
![]() | FileName | Gets the current user interface mode template file name. |
![]() | Mode | Type of user interface mode. |
![]() | Parent | Gets the parent object. The parent is the _View object. |
![]() | SubItems | Gets a collection of subitems. Each subitem is returned as a user interface control. |
Name | Description | |
---|---|---|
![]() | GetChildControlById | Returns the child control that has the specified ID. |
![]() | GetControlById | Returns the first control that has the specified ID. Searches the current child items as well as all descendents. |
![]() | Load | Loads a new user interface template file for the current session document view. |
![]() | Reset | Resets 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.) |