ESRI.ArcGIS.ADF.Tasks
ControlsRequiringChildControlsOnCallbacks Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : ControlsRequiringChildControlsOnCallbacks Property




UniqueIDs of controls interacting with the Geoprocessing task during callbacks. The Geoprocessing Task creates child controls only on first draw and full postbacks, and only if the Geoprocessing Task control or child is part of processing a call back. Any other controls are responsible for registering themselves for callback processing.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property ControlsRequiringChildControlsOnCallbacks As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As List(Of String)
 
value = instance.ControlsRequiringChildControlsOnCallbacks
C# 
[BrowsableAttribute(false)]
public List<string> ControlsRequiringChildControlsOnCallbacks {get;}

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.