![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ControlType Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : ControlType Property |
Visual Basic (Declaration) | |
---|---|
Public Property ControlType As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CallbackResult Dim value As String instance.ControlType = value value = instance.ControlType |
C# | |
---|---|
public string ControlType {get; set;} |
Property Value
Type of the target control for the callback content.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.
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