ESRI.ArcGIS.ADF.Web.UI.WebControls
AdditionalControls Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.