A collection IUiTemplate objects to manage their lifecycles.
public class UiTemplates
Inheritance System.Object 🡒 UiTemplates
Constructors | |
---|---|
UiTemplates() | Creates a new UiTemplates object. |
Properties | |
---|---|
Items | The list of IUiTemplate objects. |
Methods | |
---|---|
Activate() | Activates all user interface elements in the IUiTemplate collection. |
Add(CommandButtonTemplate) | Adds a new IUiTemplate object to the collection. |
BuildUserInterface() | Builds all user interface elements in the IUiTemplate collection. |
Deactivate() | Deactivates all user interface elements in the IUiTemplate collection. |