Version

IControlMain Interface Members

The following tables list the members exposed by IControlMain.

Public Properties
 NameDescription
 PropertyIsTemplateContainerControlCreatedChecks if TemplateContainerControl was created.  
 PropertyRendererA property on the Control object which end-users can use to create and store a custom renderer.  
 PropertyRunBotObtains a reference to the RunBot associated with this ControlMain  
 PropertyTemplateContainerControlProvides access to the one and only Container for Templates. This Control is used as a collection manager for all templates created for objects that are not part of the control tree. In order to be more light weight, many collection objects do not inherit from WebControl and do not get added to the control tree. Therefore, they need a place to store templates so that they are contained in the control tree. The TemplateContainerControl is the place where they are maintained.  
See Also