ESRI.ArcGIS.ADF.Web.UI.WebControls
Control Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : Control Property




Reference to the control whose content or image-source to replace on the client.

Syntax

Visual Basic (Declaration) 
<XmlIgnoreAttribute()>
Public Property Control As Control
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As Control
 
instance.Control = value
 
value = instance.Control
C# 
[XmlIgnoreAttribute()]
public Control Control {get; set;}

Property Value

Web control that will receive the content or image source.

Remarks

If the CallbackResult constructor that takes a control reference was used, this property maintains the reference to the control. If the CallbackResult constructor that takes a control ID and type was used, this property will be null (Nothing).

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.