ESRI.ArcGIS.ADF.Web.UI.WebControls
ControlType Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : ControlType Property




Syntax

Visual Basic (Declaration) 
Public Property ControlType As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As String
 
instance.ControlType = value
 
value = instance.ControlType
C# 
public string ControlType {get; set;}

Return Value

Type of the target control for the callback content.

Remarks

This is the Type of the control whose content will be replaced with the value in Parameters if the EventArg is set to "content" or "innercontent". If EventArg is "image", the src attribute of the image with this ID will be set to the value in Parameters. If EventArg is "javascript", this property is ignored.

ControlType must describe the Type of the control identified by ControlClientID. If CallbackResult was constructed by passing a reference to the Web control, ControlType and ControlClientID are populated automatically. If the CallbackResult constructor that accepts ID and Type was used, the appropriate values must have been passed in.

See Also

© 2010 All Rights Reserved.