ESRI.ArcGIS.ADF.Web.UI.WebControls
AdditionalControls Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > IWebConfigurator Interface : AdditionalControls Property




Controls that may be available for use in the Web configurator in addition to those on the Page.

Syntax

Visual Basic (Declaration) 
Property AdditionalControls As ControlCollection
Visual Basic (Usage)Copy Code
Dim instance As IWebConfigurator
Dim value As ControlCollection
 
instance.AdditionalControls = value
 
value = instance.AdditionalControls
C# 
ControlCollection AdditionalControls {get; set;}

Remarks

This collection may contain controls used for configuring the task. For example, a task may need to examine information about the map resources added to the MapResourceManager used in the web application. However, the configurator's Page object may not contain the MapResourceManager, since the map resources were configured in an earlier page of Manager. The AdditionalControls collection may contain the MapResourceManager with the map resources added previously.

See Also

© 2010 All Rights Reserved.