ESRI.ArcGIS.ADF.Web.UI.WebControls
Control Property
See Also 
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;}

Return 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).

See Also

© 2010 All Rights Reserved.